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.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/config/services.yml b/app/config/services.yml
index a7fa9bfe..965bc319 100644
--- a/app/config/services.yml
+++ b/app/config/services.yml
@@ -17,3 +17,9 @@ services:
17 class: Twig_Extensions_Extension_Text 17 class: Twig_Extensions_Extension_Text
18 tags: 18 tags:
19 - { name: twig.extension } 19 - { name: twig.extension }
20
21 wallabag.twig_extension:
22 class: Wallabag\CoreBundle\Twig\WallabagExtension
23 public: false
24 tags:
25 - { name: twig.extension }