Skip to content

Commit da8c15f

Browse files
committed
MAGETWO-72508: Fatal Error on deleted customer login
1 parent d08d014 commit da8c15f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Model/ResourceModel/CustomerRepository.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ public function __construct(
127127
DataObjectHelper $dataObjectHelper,
128128
ImageProcessorInterface $imageProcessor,
129129
\Magento\Framework\Api\ExtensionAttribute\JoinProcessorInterface $extensionAttributesJoinProcessor,
130-
CollectionProcessorInterface $collectionProcessor = null,
131-
NotificationStorage $notificationStorage = null
130+
CollectionProcessorInterface $collectionProcessor,
131+
NotificationStorage $notificationStorage
132132
) {
133133
$this->customerFactory = $customerFactory;
134134
$this->customerSecureFactory = $customerSecureFactory;

0 commit comments

Comments
 (0)