8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02db9c2 commit 75e3e18Copy full SHA for 75e3e18
src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php
@@ -197,10 +197,6 @@ public function process(ContainerBuilder $container)
197
$clearer->setArgument(0, $pools);
198
}
199
$clearer->addTag('cache.pool.clearer');
200
-
201
- if ('cache.system_clearer' === $id) {
202
- $clearer->addTag('kernel.cache_clearer');
203
- }
204
205
206
$allPoolsKeys = array_keys($allPools);
0 commit comments