report = $report; } /** * Execute the job. * * @return boolean|Exception */ public function handle() { $this->report->delete(); return true; } }