Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Apr 4, 2024
1 parent 8a34309 commit 99c0611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ForgetFailedCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function handle(JobRepository $repository)
if (! $this->argument('id')) {
$this->components->error('No failed job ID provided.');
}

$repository->deleteFailed($this->argument('id'));

if ($this->laravel['queue.failer']->forget($this->argument('id'))) {
Expand Down

0 comments on commit 99c0611

Please sign in to comment.