Skip to content

Commit 16c5df2

Browse files
committed
9910-send-missing-orders
1 parent be936fd commit 16c5df2

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-
protected function _toHtml(): string
50+
public function toHtml(): string
5151
{
5252
if ($this->config->isEnabled()) {
5353
$dataLayer = $this->getDataLayer();

0 commit comments

Comments
 (0)