aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/services.yml
diff options
context:
space:
mode:
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%"]