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