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 1f0fdff commit ff192cbCopy full SHA for ff192cb
app/code/Magento/Backend/Model/View/Result/Page.php
@@ -89,7 +89,7 @@ public function addJs(View\Element\AbstractBlock $block)
89
* @param string $containerName
90
* @return $this
91
*/
92
- private function moveBlockToContainer(View\Element\AbstractBlock $block, $containerName)
+ protected function moveBlockToContainer(View\Element\AbstractBlock $block, $containerName)
93
{
94
$this->layout->setChild($containerName, $block->getNameInLayout(), '');
95
return $this;
0 commit comments