We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211bb7a commit e0e40b6Copy full SHA for e0e40b6
src/DependencyInjection/CacheAdapterExtension.php
@@ -62,6 +62,7 @@ public function load(array $configs, ContainerBuilder $container)
62
63
if ($first !== null) {
64
$container->setAlias('cache', 'cache.provider.'.$first);
65
+ $container->setAlias('php_cache', 'cache.provider.'.$first);
66
}
67
68
0 commit comments