Skip to content

Commit

Permalink
Move classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Oct 24, 2024
1 parent c0f1db6 commit da8f91f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Config/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion DataLayer/Mapper/ProductDataMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit da8f91f

Please sign in to comment.