Merge remote-tracking branch 'remotes/origin/dev_2.x_d3GtmStartController' into rel_2.x

This commit is contained in:
2024-09-19 15:33:02 +02:00
3 changed files with 60 additions and 1 deletions

View File

@ -0,0 +1,15 @@
<?php
declare(strict_types=1);
namespace D3\GoogleAnalytics4\Application\Component\Widget;
class d3GtmStartWidget extends \OxidEsales\Eshop\Application\Component\Widget\WidgetController
{
public function render()
{
parent::render();
return '';
}
}