diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-05-12 16:33:12 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-05-12 16:39:47 +0200 |
commit | 3b792787d741932acc4d1e35124d38886bad11d7 (patch) | |
tree | c794606b49761ec35891ef4b3258a07dcc42f4f2 /app/config/services.yml | |
parent | 06568b15bb9e9116fa4d4a42246e1b0e497bbf25 (diff) | |
download | wallabag-3b792787d741932acc4d1e35124d38886bad11d7.tar.gz wallabag-3b792787d741932acc4d1e35124d38886bad11d7.tar.zst wallabag-3b792787d741932acc4d1e35124d38886bad11d7.zip |
Upgraded CraueConfigBundle to 2.0
Diffstat (limited to 'app/config/services.yml')
-rw-r--r-- | app/config/services.yml | 8 |
1 files changed, 8 insertions, 0 deletions
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: | |||
42 | arguments: ["@session"] | 42 | arguments: ["@session"] |
43 | tags: | 43 | tags: |
44 | - { name: kernel.event_listener, event: security.interactive_login, method: onInteractiveLogin } | 44 | - { name: kernel.event_listener, event: security.interactive_login, method: onInteractiveLogin } |
45 | |||
46 | craue_config_cache_provider: | ||
47 | class: Symfony\Component\Cache\Adapter\FilesystemAdapter | ||
48 | public: false | ||
49 | arguments: | ||
50 | - 'craue_config' | ||
51 | - 0 | ||
52 | - '%kernel.cache_dir%' | ||