laravel['queue.failer']->forget($this->argument('id'))) { $this->info('Failed job deleted successfully!'); } else { $this->error('No failed job matches the given ID.'); } } }