Skip to content

Commit

Permalink
Update MailWelcomeWithoutPasswordNotification.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian authored Jan 29, 2020
1 parent 3b04d67 commit e3e3cf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function toMail($notifiable)
return (new MailMessage)
->from(config('mail.from.address'), config('mail.from.name'))
->subject(__('mage.auth.welcome-password-reset-email.email.subject'))
->view('mage::pages.auth.welcome-password-reset-email', [
->markdown('mage::pages.auth.welcome-password-reset-email', [
"token" => $this->token
]);
}
Expand Down

0 comments on commit e3e3cf5

Please sign in to comment.