aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-10-02 11:04:49 +0200
committerGitHub <noreply@github.com>2016-10-02 11:04:49 +0200
commitbfb3ae01dafa921505384c5db1cd6625ecdd0bb8 (patch)
tree1e8fec40282a204c6ba24a0f0c2eefb245391518 /app
parentae394b407831b45755d084328cd440e0bdcf453f (diff)
parent1264029cd413a4e29642a219e2647d886f0de0d6 (diff)
downloadwallabag-bfb3ae01dafa921505384c5db1cd6625ecdd0bb8.tar.gz
wallabag-bfb3ae01dafa921505384c5db1cd6625ecdd0bb8.tar.zst
wallabag-bfb3ae01dafa921505384c5db1cd6625ecdd0bb8.zip
Merge pull request #2323 from wallabag/footer-stats
Add simple stats in footer
Diffstat (limited to 'app')
-rw-r--r--app/config/services.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/services.yml b/app/config/services.yml
index 76bbce27..a57ef0f3 100644
--- a/app/config/services.yml
+++ b/app/config/services.yml
@@ -21,6 +21,7 @@ services:
21 - "@wallabag_core.tag_repository" 21 - "@wallabag_core.tag_repository"
22 - "@security.token_storage" 22 - "@security.token_storage"
23 - "%wallabag_core.cache_lifetime%" 23 - "%wallabag_core.cache_lifetime%"
24 - "@translator"
24 tags: 25 tags:
25 - { name: twig.extension } 26 - { name: twig.extension }
26 27