We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd42c6 commit f71ee94Copy full SHA for f71ee94
1 file changed
src/DependencyInjection/Compiler/PurgeTypeSettingsPass.php
@@ -45,13 +45,6 @@ public function process(ContainerBuilder $container)
45
}
46
47
$container->setAlias('ezplatform.http_cache.purge_client', $purgeServiceId);
48
-
49
- // If purge_type is not 'local' we must override ezpublish.http_cache.purge_client.fos too, which still uses
50
- // eZ\Publish\Core\MVC\Symfony\Cache\Http\FOSPurgeClient
51
- // Or else, that deprecated class is still used by cache:clear
52
- if ($purgeType !== 'local') {
53
- $container->setAlias('ezpublish.http_cache.purge_client', $purgeServiceId);
54
- }
55
$container->setAlias('ezplatform.view_cache.response_configurator', $responseConfiguratorServiceId);
56
57
0 commit comments