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

This commit is contained in:
2024-08-08 10:21:22 +02:00
parent 81c7051f7b
commit 7bc73893c3
3 changed files with 70 additions and 0 deletions

View File

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