Solved.
public function toMail($notifiable)
{
$token = $this->token;
return (new MailMessage)->markdown('emails.reset.send', ['token' => $token]);
}
I knew it was something simple...
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community