Skip to content

Commit b7a2895

Browse files
committed
ENGCOM-7479: Return inheritance to migrated controllers
1 parent c6790d9 commit b7a2895

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/LoginAsCustomerUi/Controller/Login

1 file changed

+1
-1
lines changed

app/code/Magento/LoginAsCustomerUi/Controller/Login/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Index extends Action implements HttpGetActionInterface
5555
/**
5656
* @var ManagerInterface
5757
*/
58-
private $messageManager;
58+
protected $messageManager;
5959

6060
/**
6161
* @var LoggerInterface

0 commit comments

Comments
 (0)