Merge pull request #722

This commit is contained in:
symfony-flex-server[bot]
2019-08-13 17:08:31 +00:00
committed by GitHub
2 changed files with 20 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
nameisis_cache:
enabled: false
services:
Nameisis\Cache\EventListener\CacheListener:
arguments:
- '@annotation_reader'
- '@service_container'
- null
- null
tags:
- name: kernel.event_subscriber
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Nameisis\\Cache\\NameisisCache": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}