render() ergänzen

This commit is contained in:
Markus Gärtner 2024-08-08 15:03:48 +02:00
parent bc1dafbbfa
commit 48a598da51

View File

@ -6,5 +6,10 @@ namespace D3\GoogleAnalytics4\Application\Component\Widget;
class d3GtmStartWidget extends \OxidEsales\Eshop\Application\Component\Widget\WidgetController
{
public function render()
{
parent::render();
return '';
}
}