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