Skip to content

Commit 407c930

Browse files
author
Stanislav Idolov
authored
Fixed static failure
1 parent a267e2f commit 407c930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Model/EmailNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public function passwordReminder(CustomerInterface $customer)
316316
{
317317
$storeId = $customer->getStoreId();
318318
if (!$storeId) {
319-
$storeId = $this->getWebsiteStoreId($customer);;
319+
$storeId = $this->getWebsiteStoreId($customer);
320320
}
321321

322322
$customerEmailData = $this->getFullCustomerObject($customer);

0 commit comments

Comments
 (0)