user = $user; $this->attempt = $attempt; } public function handle() { $this->user->notify(new ResetPasswordEmail($this->user, $this->attempt)); } }