result = $result; } /** * Execute the job. * * @return void */ public function handle() { // Send the email Mail::to($this->result->email)->send(new UserDeletedMail($this->result)); } }