1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Use a different way to use piwik

This commit is contained in:
Jeremy Benoist 2016-02-22 10:58:43 +01:00
parent 07643dde08
commit 077ddbe1ae
3 changed files with 5 additions and 18 deletions

View file

@ -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 }