make(ExpressRepository::class)->syncExportAll(); }catch (\Exception $exception){ Log::info(var_export($exception, 1)); } $job->delete(); } public function failed($data) { // TODO: Implement failed() method. } }