diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-09-04 20:53:28 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-09-04 20:53:28 +0200 |
commit | 429d86f388da856c9d8d9a649147c5212bee4258 (patch) | |
tree | 2dde16adfb069d26209a0c01c92a04eb9b502e54 /app | |
parent | c3b53188d75a01e92f2be7204fc961a7636a1827 (diff) | |
download | wallabag-429d86f388da856c9d8d9a649147c5212bee4258.tar.gz wallabag-429d86f388da856c9d8d9a649147c5212bee4258.tar.zst wallabag-429d86f388da856c9d8d9a649147c5212bee4258.zip |
Added tags counter in sidebar (material theme)
Diffstat (limited to 'app')
-rw-r--r-- | app/config/services.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/config/services.yml b/app/config/services.yml index 95b8f26f..76bbce27 100644 --- a/app/config/services.yml +++ b/app/config/services.yml | |||
@@ -18,7 +18,9 @@ services: | |||
18 | public: false | 18 | public: false |
19 | arguments: | 19 | arguments: |
20 | - "@wallabag_core.entry_repository" | 20 | - "@wallabag_core.entry_repository" |
21 | - "@wallabag_core.tag_repository" | ||
21 | - "@security.token_storage" | 22 | - "@security.token_storage" |
23 | - "%wallabag_core.cache_lifetime%" | ||
22 | tags: | 24 | tags: |
23 | - { name: twig.extension } | 25 | - { name: twig.extension } |
24 | 26 | ||