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 369b3a0 commit 8761d17Copy full SHA for 8761d17
app/code/Magento/LoginAsCustomerAssistance/Block/Adminhtml/NotAllowedPopup.php
@@ -13,8 +13,6 @@
13
14
/**
15
* Pop-up for Login as Customer button then Login as Customer is not allowed.
16
- *
17
- * @api
18
*/
19
class NotAllowedPopup extends Template
20
{
@@ -68,11 +66,11 @@ public function getJsLayout()
68
66
69
67
* @inheritdoc
70
71
- protected function _toHtml()
+ public function toHtml()
72
73
if (!$this->config->isEnabled()) {
74
return '';
75
}
76
- return parent::_toHtml();
+ return parent::toHtml();
77
78
0 commit comments