diff --git a/src/Symfony/Component/HttpClient/CachingHttpClient.php b/src/Symfony/Component/HttpClient/CachingHttpClient.php index 7e7001cf3316d..143c5cdc03e25 100644 --- a/src/Symfony/Component/HttpClient/CachingHttpClient.php +++ b/src/Symfony/Component/HttpClient/CachingHttpClient.php @@ -46,7 +46,7 @@ public function __construct(HttpClientInterface $client, StoreInterface $store, } $this->client = $client; - $kernel = new HttpClientKernel($client, $logger); + $kernel = new HttpClientKernel($client); $this->cache = new HttpCache($kernel, $store, null, $defaultOptions); unset($defaultOptions['debug']);