]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/services.yml
Display how many messages are queue
[github/wallabag/wallabag.git] / app / config / services.yml
index 480408d918c3e01ea34cc74ea61fd919ff7b82b0..76bbce27c741b49aeae4898e87ca469305630d35 100644 (file)
@@ -16,6 +16,11 @@ services:
     wallabag.twig_extension:
         class: Wallabag\CoreBundle\Twig\WallabagExtension
         public: false
+        arguments:
+            - "@wallabag_core.entry_repository"
+            - "@wallabag_core.tag_repository"
+            - "@security.token_storage"
+            - "%wallabag_core.cache_lifetime%"
         tags:
             - { name: twig.extension }