We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628ea7e commit 00127adCopy full SHA for 00127ad
Block/AbstractDataLayer.php
@@ -13,7 +13,6 @@
13
use Magefan\Community\Api\SecureHtmlRendererInterface;
14
use Magefan\GoogleTagManager\Model\Config;
15
16
-
17
abstract class AbstractDataLayer extends AbstractBlock
18
{
19
/**
Block/GtmCode.php
@@ -121,7 +121,7 @@ public function getWebsiteId(): int
121
protected function _toHtml(): string
122
123
124
- if ($this->config->isEnabled() /* && $this->getPublicId() */ ) {
+ if ($this->config->isEnabled() /* && $this->getPublicId() */) {
125
return parent::_toHtml();
126
}
127
0 commit comments