Prevent "OXID Logger.ERROR: D3\GoogleAnalytics4\Modules\Application\Controller\d3GtmStartController is not an instance of OxidEsales\Eshop\Application\Component\Widget\WidgetController"

Cette révision appartient à :
2024-08-08 10:21:22 +02:00
Parent 81c7051f7b
révision 7bc73893c3
3 fichiers modifiés avec 70 ajouts et 0 suppressions

Voir le fichier

@ -0,0 +1,10 @@
<?php
declare(strict_types=1);
namespace D3\GoogleAnalytics4\Application\Component\Widget;
class d3GtmStartWidget extends \OxidEsales\Eshop\Application\Component\Widget\WidgetController
{
}