You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a problem when I Initialize the AccountManagementInterface with my own class. I have created my own AccountManagement which is extended from \Magento\Customer\Model\AccountManagement.
namespaceAiMai\MyModule\Model;
class AccountManagement extends \Magento\Customer\Model\AccountManagement implements AccountManagementInterface
{
...
}
Hi, all,
I got a problem when I Initialize the
AccountManagementInterface
with my own class. I have created my ownAccountManagement
which is extended from\Magento\Customer\Model\AccountManagement
.I defined following statement in
di.xml
file:But when I run the software, it still initialize the
Magento\Customer\Model\AccountManagement
class in the following code.Thanks
The text was updated successfully, but these errors were encountered: