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