diff --git a/Application/Component/Widget/d3GtmStartWidget.php b/Application/Component/Widget/d3GtmStartWidget.php index 9403e84..92a7a79 100644 --- a/Application/Component/Widget/d3GtmStartWidget.php +++ b/Application/Component/Widget/d3GtmStartWidget.php @@ -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 ''; + } } \ No newline at end of file