make(GuaranteeRepository::class)->countGuarantee(); }catch (\Exception $exception){ Log::info($exception->getMessage()); } $job->delete(); } public function failed($data) { // TODO: Implement failed() method. } }