aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/services.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-28 09:02:39 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-29 14:19:31 +0200
commit9717d0129889ad73716be38766faede12adc333d (patch)
treed17a9b3ca340791dbd09a1124976ffa2422d31f3 /app/config/services.yml
parent976b4bbb115e50feb71accc0e55f1129ac3557e5 (diff)
downloadwallabag-9717d0129889ad73716be38766faede12adc333d.tar.gz
wallabag-9717d0129889ad73716be38766faede12adc333d.tar.zst
wallabag-9717d0129889ad73716be38766faede12adc333d.zip
Upgrade Piwik Twig Extension to Matomo
Diffstat (limited to 'app/config/services.yml')
-rw-r--r--app/config/services.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/config/services.yml b/app/config/services.yml
index c2c867cf..aab2a056 100644
--- a/app/config/services.yml
+++ b/app/config/services.yml
@@ -20,8 +20,8 @@ services:
20 tags: 20 tags:
21 - { name: twig.extension } 21 - { name: twig.extension }
22 22
23 wallabag.twig_piwik_extension: 23 wallabag.twig_matomo_extension:
24 class: PiwikTwigExtension\PiwikTwigExtension 24 class: MatomoTwigExtension\MatomoTwigExtension
25 public: false 25 public: false
26 tags: 26 tags:
27 - { name: twig.extension } 27 - { name: twig.extension }