]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/services.yml
Added tags counter in sidebar (material theme)
[github/wallabag/wallabag.git] / app / config / services.yml
index 95b8f26f5b7b0509239b03f9e2ac48d5cd0415c2..76bbce27c741b49aeae4898e87ca469305630d35 100644 (file)
@@ -18,7 +18,9 @@ services:
         public: false
         arguments:
             - "@wallabag_core.entry_repository"
+            - "@wallabag_core.tag_repository"
             - "@security.token_storage"
+            - "%wallabag_core.cache_lifetime%"
         tags:
             - { name: twig.extension }