From a25be1069cbfc9a6f88c9fac8e8182aa0434bfe3 Mon Sep 17 00:00:00 2001 From: MaxBUhe Date: Thu, 1 Dec 2022 13:30:09 +0100 Subject: [PATCH] rework code to actually fit 6.0.x && 6.1x --- Modules/Core/ViewConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Core/ViewConfig.php b/Modules/Core/ViewConfig.php index ca5cc37..f16c4af 100644 --- a/Modules/Core/ViewConfig.php +++ b/Modules/Core/ViewConfig.php @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License along with this program; if not, see */ -namespace D3\GoogleAnalytics4\Modules\Core; +namespace VanillaThunder\GoogleTagManager\Application\Extend; use OxidEsales\Eshop\Application\Controller\FrontendController; use OxidEsales\Eshop\Core\Registry;