mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
Merge pull request #722
This commit is contained in:
@@ -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
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Nameisis\\Cache\\NameisisCache": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user