]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/services.yml
Add simple stats in footer
[github/wallabag/wallabag.git] / app / config / services.yml
index 480408d918c3e01ea34cc74ea61fd919ff7b82b0..a57ef0f3d42e43f0d24c96dcb56183769d7b1b03 100644 (file)
@@ -16,6 +16,12 @@ 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%"
+            - "@translator"
         tags:
             - { name: twig.extension }