aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/services.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-29 23:11:27 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-29 23:11:27 +0200
commit2afdea1ccc69e390758559133479eba1e49ec561 (patch)
tree6ec37fb78b74fcf6eb6e4c5b61d2c58bc80dabd7 /app/config/services.yml
parent72fcaf8a6c7d53946a8912a99e86febc7df4b036 (diff)
downloadwallabag-2afdea1ccc69e390758559133479eba1e49ec561.tar.gz
wallabag-2afdea1ccc69e390758559133479eba1e49ec561.tar.zst
wallabag-2afdea1ccc69e390758559133479eba1e49ec561.zip
forgot one file
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 }