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 a2cc17e commit f9782b7Copy full SHA for f9782b7
app/code/Magento/Customer/Model/Url.php
@@ -237,7 +237,7 @@ public function getForgotPasswordUrl()
237
*/
238
public function getEmailConfirmationUrl($email = null)
239
{
240
- return $this->urlBuilder->getUrl('customer/account/confirmation', array('_query' => ['email' => $email]));
+ return $this->urlBuilder->getUrl('customer/account/confirmation', ['_query' => ['email' => $email]]));
241
}
242
243
/**
0 commit comments