mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
fix folder name
This commit is contained in:
7
src/Bundle/ChillMainBundle/config/services/cache.yaml
Normal file
7
src/Bundle/ChillMainBundle/config/services/cache.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
chill_main.tag_aware_cache:
|
||||
class: Symfony\Component\Cache\Adapter\TagAwareAdapter
|
||||
arguments:
|
||||
- '@cache.user_data'
|
||||
- '@cache.tags'
|
||||
Symfony\Component\Cache\Adapter\TagAwareAdapter: '@chill_main.tag_aware_cache'
|
Reference in New Issue
Block a user