diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-09-03 16:13:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-03 16:13:08 +0200 |
commit | 8f8654913ce82be12219a37a24630066bbe950c2 (patch) | |
tree | 303a416dc4fd95bc124abaaf183f2ca9f39494d8 /app/config/services.yml | |
parent | 9972ab467af3a9d6d1c7f3588dbb940b38298aaa (diff) | |
parent | b3f4a11a81b520b8dcc2bcebeeafea2cc0338a70 (diff) | |
download | wallabag-8f8654913ce82be12219a37a24630066bbe950c2.tar.gz wallabag-8f8654913ce82be12219a37a24630066bbe950c2.tar.zst wallabag-8f8654913ce82be12219a37a24630066bbe950c2.zip |
Merge pull request #2002 from wallabag/feature-display-itemsNumber
Feature display items number
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 | ||