Skip to content

Commit d2be77f

Browse files
committed
correct tip
1 parent 8c04a25 commit d2be77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tips/queues-and-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class AppServiceProvider extends ServiceProvider
229229
![Laravel](https://img.shields.io/badge/Laravel-%3E%3D%2012.19-FF2D20?style=for-the-badge&logo=laravel&logoColor=white)
230230

231231
Have you ever needed to fail a job only for specific exceptions and ended up using a try-catch block with a "fail()" call?
232-
Since Laravel v12.19, you can handle this more elegantly by using the new "InvalidContentFormatException" middleware 🚀
232+
Since Laravel v12.19, you can handle this more elegantly by using the new "FailOnException" middleware 🚀
233233

234234
```diff
235235
<?php

0 commit comments

Comments
 (0)