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