laravel['queue.failer']->flush($this->option('hours')); if ($this->option('hours')) { $this->components->info("All jobs that failed more than {$this->option('hours')} hours ago have been deleted successfully."); return; } $this->components->info('All failed jobs deleted successfully.'); } }