Skip to content

Commit e0e40b6

Browse files
authored
Add new default alias: "php_cache" (#61)
* Change default alias to "php_cache" * Also keep the old alias
1 parent 211bb7a commit e0e40b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DependencyInjection/CacheAdapterExtension.php

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public function load(array $configs, ContainerBuilder $container)
6262

6363
if ($first !== null) {
6464
$container->setAlias('cache', 'cache.provider.'.$first);
65+
$container->setAlias('php_cache', 'cache.provider.'.$first);
6566
}
6667
}
6768

0 commit comments

Comments
 (0)