Skip to content

Commit edb9f54

Browse files
author
Pascal Baljet
committed
Update VerifyFirstEmail.php
1 parent 7c6c7db commit edb9f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mail/VerifyFirstEmail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct(PendingUserEmail $pendingUserEmail)
3434
*/
3535
public function build()
3636
{
37-
return $this->markdown('verify-new-email::verifyNewEmail', [
37+
return $this->markdown('verify-new-email::verifyFirstEmail', [
3838
'url' => $this->pendingUserEmail->verificationUrl(),
3939
]);
4040
}

0 commit comments

Comments
 (0)