diff options
Diffstat (limited to 'app/config/services.yml')
-rw-r--r-- | app/config/services.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/services.yml b/app/config/services.yml index 25bbe5dc..c2c867cf 100644 --- a/app/config/services.yml +++ b/app/config/services.yml | |||
@@ -16,6 +16,7 @@ services: | |||
16 | - "@security.token_storage" | 16 | - "@security.token_storage" |
17 | - "%wallabag_core.cache_lifetime%" | 17 | - "%wallabag_core.cache_lifetime%" |
18 | - "@translator" | 18 | - "@translator" |
19 | - "%kernel.root_dir%" | ||
19 | tags: | 20 | tags: |
20 | - { name: twig.extension } | 21 | - { name: twig.extension } |
21 | 22 | ||