Skip to content

Commit 6711109

Browse files
authored
Update AbstractDataLayer.php
1 parent 16c5df2 commit 6711109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/AbstractDataLayer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ abstract protected function getDataLayer(): array;
4747
*
4848
* @return string
4949
*/
50-
public function toHtml(): string
50+
protected function _toHtml(): string
5151
{
5252
if ($this->config->isEnabled()) {
5353
$dataLayer = $this->getDataLayer();

0 commit comments

Comments
 (0)