mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
Create nameisis_cache.yaml
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
nameisis_cache:
|
||||
enabled: false
|
||||
|
||||
services:
|
||||
nameisis.cache.listener:
|
||||
class: Nameisis\Cache\EventListener\CacheListener
|
||||
arguments:
|
||||
- '@annotation_reader'
|
||||
- '@service_container'
|
||||
- null
|
||||
- null
|
||||
tags:
|
||||
- name: kernel.event_subscriber
|
||||
Reference in New Issue
Block a user