Files
chill-bundles/src/Bundle/ChillMainBundle/config/services/cache.yaml
Pol Dellaiera 9f06bc7126 fix: Autowire and autoconfigure services in chill_main.
This commit does not remove services that are not automatically PSR loaded.
2021-11-18 11:41:40 +01:00

12 lines
335 B
YAML

services:
_defaults:
autowire: true
autoconfigure: true
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'