Skip to content

Commit a851e7b

Browse files
Update app/code/Magento/Cms/Block/BlockByIdentifier.php
Co-authored-by: Ihor Sviziev <ihor-sviziev@users.noreply.github.com>
1 parent 4ad1ade commit a851e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/Block/BlockByIdentifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ protected function _toHtml(): string
8585
*/
8686
private function getIdentifier(): ?string
8787
{
88-
return $this->getdata('identifier') ?: null;
88+
return $this->getData('identifier') ?: null;
8989
}
9090

9191
/**

0 commit comments

Comments
 (0)