render() ergänzen
This commit is contained in:
parent
bc1dafbbfa
commit
48a598da51
@ -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 '';
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user