From 429d86f388da856c9d8d9a649147c5212bee4258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 4 Sep 2016 20:53:28 +0200 Subject: Added tags counter in sidebar (material theme) --- app/config/services.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/config') 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: public: false arguments: - "@wallabag_core.entry_repository" + - "@wallabag_core.tag_repository" - "@security.token_storage" + - "%wallabag_core.cache_lifetime%" tags: - { name: twig.extension } -- cgit v1.2.3