From b12884f99b35d83390404888e16c2d02629a524f Mon Sep 17 00:00:00 2001 From: MaxBUhe Date: Fri, 20 Jan 2023 09:38:25 +0100 Subject: [PATCH] fix namespace bug in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ea310ba..846ea13 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ }, "autoload": { "psr-4": { - "D3\\GoogleAnalytics4": "../../../source/modules/d3/googleanalytics" + "D3\\GoogleAnalytics4\\": "../../../source/modules/d3/googleanalytics" } } } \ No newline at end of file