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 da8c15f commit 37e0fadCopy full SHA for 37e0fad
app/code/Magento/Customer/Model/ResourceModel/CustomerRepository.php
@@ -143,10 +143,8 @@ public function __construct(
143
$this->dataObjectHelper = $dataObjectHelper;
144
$this->imageProcessor = $imageProcessor;
145
$this->extensionAttributesJoinProcessor = $extensionAttributesJoinProcessor;
146
- $this->collectionProcessor = $collectionProcessor ?:
147
- ObjectManager::getInstance()->get(CollectionProcessorInterface::class);
148
- $this->notificationStorage = $notificationStorage ?:
149
- ObjectManager::getInstance()->get(NotificationStorage::class);
+ $this->collectionProcessor = $collectionProcessor;
+ $this->notificationStorage = $notificationStorage;
150
}
151
152
/**
0 commit comments