returning mail message error fixed
This commit is contained in:
parent
fe49e48a31
commit
cb800a802f
|
|
@ -47,7 +47,7 @@ public function toMail($notifiable)
|
|||
$user['name'] = $this->name;
|
||||
$user['token'] = $this->token;
|
||||
|
||||
return $this->subject('Resetting your password')
|
||||
return (new MailMessage)->subject('Resetting your password')
|
||||
->view('emails.reset-password', ['user' => $user]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue