From 3b792787d741932acc4d1e35124d38886bad11d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 12 May 2017 16:33:12 +0200 Subject: Upgraded CraueConfigBundle to 2.0 --- app/config/services.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/config/services.yml') diff --git a/app/config/services.yml b/app/config/services.yml index 9a1ce80b..7b85d846 100644 --- a/app/config/services.yml +++ b/app/config/services.yml @@ -42,3 +42,11 @@ services: arguments: ["@session"] tags: - { name: kernel.event_listener, event: security.interactive_login, method: onInteractiveLogin } + + craue_config_cache_provider: + class: Symfony\Component\Cache\Adapter\FilesystemAdapter + public: false + arguments: + - 'craue_config' + - 0 + - '%kernel.cache_dir%' -- cgit v1.2.3