diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-21 22:30:50 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-08-23 07:47:55 +0200 |
commit | 8315130a75c8f411f76134b6205a017409583d50 (patch) | |
tree | d6ef8c9725809df2885dfd1351a7ec188fd51c44 /app/config/services.yml | |
parent | 79efca1e6ff28362d4bd2713f68205294cdd07de (diff) | |
download | wallabag-8315130a75c8f411f76134b6205a017409583d50.tar.gz wallabag-8315130a75c8f411f76134b6205a017409583d50.tar.zst wallabag-8315130a75c8f411f76134b6205a017409583d50.zip |
Display entries number for each category
Diffstat (limited to 'app/config/services.yml')
-rw-r--r-- | app/config/services.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/config/services.yml b/app/config/services.yml index 480408d9..95b8f26f 100644 --- a/app/config/services.yml +++ b/app/config/services.yml | |||
@@ -16,6 +16,9 @@ services: | |||
16 | wallabag.twig_extension: | 16 | wallabag.twig_extension: |
17 | class: Wallabag\CoreBundle\Twig\WallabagExtension | 17 | class: Wallabag\CoreBundle\Twig\WallabagExtension |
18 | public: false | 18 | public: false |
19 | arguments: | ||
20 | - "@wallabag_core.entry_repository" | ||
21 | - "@security.token_storage" | ||
19 | tags: | 22 | tags: |
20 | - { name: twig.extension } | 23 | - { name: twig.extension } |
21 | 24 | ||