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 4ad1ade commit a851e7bCopy full SHA for a851e7b
app/code/Magento/Cms/Block/BlockByIdentifier.php
@@ -85,7 +85,7 @@ protected function _toHtml(): string
85
*/
86
private function getIdentifier(): ?string
87
{
88
- return $this->getdata('identifier') ?: null;
+ return $this->getData('identifier') ?: null;
89
}
90
91
/**
0 commit comments