We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ed7e4 commit e9d39bfCopy full SHA for e9d39bf
1 file changed
src/DependencyInjection/FOSHttpCacheExtension.php
@@ -82,6 +82,10 @@ public function load(array $configs, ContainerBuilder $container): void
82
'fos_http_cache.default_proxy_client',
83
$config['cache_manager']['custom_proxy_client']
84
);
85
+ $container->setAlias(
86
+ ProxyClient::class,
87
+ 'fos_http_cache.default_proxy_client'
88
+ );
89
}
90
if ('auto' === $config['cache_manager']['generate_url_type']) {
91
if (array_key_exists('custom_proxy_client', $config['cache_manager'])) {
0 commit comments