Skip to content

Commit ad43b31

Browse files
committed
cviking26_issue-9489 // syntax hotfix
1 parent f9782b7 commit ad43b31

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Customer/Model

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public function getForgotPasswordUrl()
237237
*/
238238
public function getEmailConfirmationUrl($email = null)
239239
{
240-
return $this->urlBuilder->getUrl('customer/account/confirmation', ['_query' => ['email' => $email]]));
240+
return $this->urlBuilder->getUrl('customer/account/confirmation', ['_query' => ['email' => $email]]);
241241
}
242242

243243
/**

0 commit comments

Comments
 (0)