diff options
Diffstat (limited to 'app/config/services.yml')
-rw-r--r-- | app/config/services.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/config/services.yml b/app/config/services.yml index 480408d9..95b8f26f 100644 --- a/app/config/services.yml +++ b/app/config/services.yml | |||
@@ -16,6 +16,9 @@ services: | |||
16 | wallabag.twig_extension: | 16 | wallabag.twig_extension: |
17 | class: Wallabag\CoreBundle\Twig\WallabagExtension | 17 | class: Wallabag\CoreBundle\Twig\WallabagExtension |
18 | public: false | 18 | public: false |
19 | arguments: | ||
20 | - "@wallabag_core.entry_repository" | ||
21 | - "@security.token_storage" | ||
19 | tags: | 22 | tags: |
20 | - { name: twig.extension } | 23 | - { name: twig.extension } |
21 | 24 | ||