diff --git a/app/config/services.yml b/app/config/services.yml index a7fa9bfea..965bc3195 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 }