add tag aware cache service

This commit is contained in:
2018-08-29 16:13:43 +02:00
parent a68fb730a6
commit e00ef510f7
2 changed files with 8 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface,
$loader->load('services/redis.yml');
$loader->load('services/command.yml');
$loader->load('services/phonenumber.yml');
$loader->load('services/cache.yml');
}
public function getConfiguration(array $config, ContainerBuilder $container)