aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/services.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-30 09:14:52 +0200
committerGitHub <noreply@github.com>2020-04-30 09:14:52 +0200
commit557e810c1f2b2e662f163fc419014e80d5484e3a (patch)
tree58d033f3a8eefbeaa6a3732e2bf4eb7855cea336 /app/config/services.yml
parent23ea2c8f74f662b851db8bab2046b82d13e2837b (diff)
parent9717d0129889ad73716be38766faede12adc333d (diff)
downloadwallabag-557e810c1f2b2e662f163fc419014e80d5484e3a.tar.gz
wallabag-557e810c1f2b2e662f163fc419014e80d5484e3a.tar.zst
wallabag-557e810c1f2b2e662f163fc419014e80d5484e3a.zip
Merge pull request #4363 from wallabag/piwik-to-matomo
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 }