From da8f91f34dcf02a7885603baff11b45809314f13 Mon Sep 17 00:00:00 2001 From: Jisse Reitsma Date: Thu, 24 Oct 2024 14:03:06 +0200 Subject: [PATCH] Move classes --- Config/Config.php | 2 +- DataLayer/Mapper/ProductDataMapper.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Config/Config.php b/Config/Config.php index 2af8c03..307e07d 100644 --- a/Config/Config.php +++ b/Config/Config.php @@ -9,7 +9,7 @@ use Magento\Framework\View\Element\Block\ArgumentInterface; use Magento\Store\Model\ScopeInterface; use Magento\Store\Model\StoreManagerInterface; -use Yireo\GoogleTagManager2\Model\Config\Source\ViewCartOccurancesOptions; +use Yireo\GoogleTagManager2\Config\Source\ViewCartOccurancesOptions; class Config implements ArgumentInterface { diff --git a/DataLayer/Mapper/ProductDataMapper.php b/DataLayer/Mapper/ProductDataMapper.php index e88d363..e727f77 100644 --- a/DataLayer/Mapper/ProductDataMapper.php +++ b/DataLayer/Mapper/ProductDataMapper.php @@ -11,7 +11,7 @@ use Yireo\GoogleTagManager2\Api\Data\ProductTagInterface; use Yireo\GoogleTagManager2\Api\Data\TagInterface; use Yireo\GoogleTagManager2\Config\Config; -use Yireo\GoogleTagManager2\Model\Config\Source\ProductListValue; +use Yireo\GoogleTagManager2\Config\Source\ProductListValue; use Yireo\GoogleTagManager2\Util\Attribute\GetAttributeValue; use Yireo\GoogleTagManager2\Util\CategoryProvider; use Yireo\GoogleTagManager2\Util\PriceFormatter;