websiteName = $websiteName; $this->resetPasswordUrl = $resetPasswordUrl; } public function build() { return $this->view('emails.resetPassword')->subject('重置密码')->with([ 'websiteName' => $this->websiteName, 'resetPasswordUrl' => $this->resetPasswordUrl ]); } }