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 d08d014 commit da8c15fCopy full SHA for da8c15f
app/code/Magento/Customer/Model/ResourceModel/CustomerRepository.php
@@ -127,8 +127,8 @@ public function __construct(
127
DataObjectHelper $dataObjectHelper,
128
ImageProcessorInterface $imageProcessor,
129
\Magento\Framework\Api\ExtensionAttribute\JoinProcessorInterface $extensionAttributesJoinProcessor,
130
- CollectionProcessorInterface $collectionProcessor = null,
131
- NotificationStorage $notificationStorage = null
+ CollectionProcessorInterface $collectionProcessor,
+ NotificationStorage $notificationStorage
132
) {
133
$this->customerFactory = $customerFactory;
134
$this->customerSecureFactory = $customerSecureFactory;
0 commit comments