Skip to content

Commit 643ef19

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

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
@@ -30,7 +30,7 @@ class Index extends Action implements HttpGetActionInterface
3030
/**
3131
* @var ResultFactory
3232
*/
33-
private $resultFactory;
33+
protected $resultFactory;
3434

3535
/**
3636
* @var RequestInterface

0 commit comments

Comments
 (0)