Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2022-03-09 19:28:22 +00:00
parent 64abb62af3
commit f38756e151
+1 -1
View File
@@ -24,7 +24,7 @@ class Handler extends ExceptionHandler
* @var array
*/
protected $dontReport = [
\Illuminate\Queue\MaxAttemptsExceededException::class
\Illuminate\Queue\MaxAttemptsExceededException::class,
];
/**