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