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