From: Nicolas LÅ“uillet Date: Tue, 29 Sep 2015 21:11:27 +0000 (+0200) Subject: forgot one file X-Git-Tag: 2.0.0-alpha.1~35^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=refs%2Fpull%2F1440%2Fhead;p=github%2Fwallabag%2Fwallabag.git forgot one file --- 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 }