2024-08-08 10:21:22 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
|
|
namespace D3\GoogleAnalytics4\Application\Component\Widget;
|
|
|
|
|
|
|
|
class d3GtmStartWidget extends \OxidEsales\Eshop\Application\Component\Widget\WidgetController
|
|
|
|
{
|
2024-08-08 15:03:48 +02:00
|
|
|
public function render()
|
|
|
|
{
|
|
|
|
parent::render();
|
2024-08-08 10:21:22 +02:00
|
|
|
|
2024-08-08 15:03:48 +02:00
|
|
|
return '';
|
|
|
|
}
|
2024-08-08 10:21:22 +02:00
|
|
|
}
|