token = $token; } /** * Build the message. * * @return $this */ public function build() { $url = url('password/reset', $this->token); return $this->view('emails.password.reset', compact('url')); } }