From 2afdea1ccc69e390758559133479eba1e49ec561 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 29 Sep 2015 23:11:27 +0200 Subject: [PATCH] forgot one file --- app/config/services.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: class: Twig_Extensions_Extension_Text tags: - { name: twig.extension } + + wallabag.twig_extension: + class: Wallabag\CoreBundle\Twig\WallabagExtension + public: false + tags: + - { name: twig.extension } -- 2.41.0