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 e8636ef commit 141b0e4Copy full SHA for 141b0e4
app/code/Magento/Integration/Model/CustomerTokenService.php
@@ -74,7 +74,8 @@ public function __construct(
74
$this->accountManagement = $accountManagement;
75
$this->tokenModelCollectionFactory = $tokenModelCollectionFactory;
76
$this->validatorHelper = $validatorHelper;
77
- $this->eventManager = $eventManager ?: \Magento\Framework\App\ObjectManager::getInstance()->get(ManagerInterface::class);
+ $this->eventManager = $eventManager ?: \Magento\Framework\App\ObjectManager::getInstance()
78
+ ->get(ManagerInterface::class);
79
}
80
81
/**
0 commit comments