Skip to content

Commit

Permalink
Update src/drivers/beanstalk/Queue.php
Browse files Browse the repository at this point in the history
Co-authored-by: Bizley <[email protected]>
  • Loading branch information
s1lver and bizley authored Oct 19, 2023
1 parent 75de2a3 commit bd453bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/beanstalk/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function remove(int|string $id): bool
try {
$this->getPheanstalk()->delete(new JobId($id));
return true;
} catch (Exception) {
} catch (\Throwable) {
return false;
}
}
Expand Down

0 comments on commit bd453bb

Please sign in to comment.