aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/services.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-02-19 15:27:57 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-02-19 15:27:57 +0100
commit07643dde08a7cd3f5a556021643e64dd1d5e89f2 (patch)
treef8767b88b8913ad7464e6553d2a2e5c1a82c0146 /app/config/services.yml
parentfa64d861105bd0713acd7ac5d116353273524b4f (diff)
downloadwallabag-07643dde08a7cd3f5a556021643e64dd1d5e89f2.tar.gz
wallabag-07643dde08a7cd3f5a556021643e64dd1d5e89f2.tar.zst
wallabag-07643dde08a7cd3f5a556021643e64dd1d5e89f2.zip
Fix #1137: implemented Piwik
Diffstat (limited to 'app/config/services.yml')
-rw-r--r--app/config/services.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/config/services.yml b/app/config/services.yml
index 80d6c1a1..71862fd2 100644
--- a/app/config/services.yml
+++ b/app/config/services.yml
@@ -19,6 +19,14 @@ services:
19 tags: 19 tags:
20 - { name: twig.extension } 20 - { name: twig.extension }
21 21
22 wallabag.twig_piwik_extension:
23 class: Wallabag\CoreBundle\Twig\WallabagPiwikExtension
24 public: false
25 arguments:
26 - "@craue_config"
27 tags:
28 - { name: twig.extension }
29
22 wallabag.locale_listener: 30 wallabag.locale_listener:
23 class: Wallabag\CoreBundle\EventListener\LocaleListener 31 class: Wallabag\CoreBundle\EventListener\LocaleListener
24 arguments: ["%kernel.default_locale%"] 32 arguments: ["%kernel.default_locale%"]