From 077ddbe1aef64326f39e5e9a9f27517dd8d6ea44 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 22 Feb 2016 10:58:43 +0100 Subject: Use a different way to use piwik --- app/config/services.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/config') diff --git a/app/config/services.yml b/app/config/services.yml index 71862fd2..e0683ffc 100644 --- a/app/config/services.yml +++ b/app/config/services.yml @@ -20,10 +20,8 @@ services: - { name: twig.extension } wallabag.twig_piwik_extension: - class: Wallabag\CoreBundle\Twig\WallabagPiwikExtension + class: PiwikTwigExtension\PiwikTwigExtension public: false - arguments: - - "@craue_config" tags: - { name: twig.extension } -- cgit v1.2.3