token = $token; } public function build () { return $this->subject('パスワードリセットを依頼しました。')->markdown('emails.fathers.forgotpassword', [ 'token' => $this->token ]); } }