Skip to content

Commit 96ac7f1

Browse files
committed
don’t think this is use but let’s correct it anyway
1 parent 1e43827 commit 96ac7f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ExceptionHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace App\Exceptions;
44

5-
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
5+
use Illuminate\Foundation\Exceptions\Handler;
66
use Throwable;
77

8-
class ExceptionHandler extends ExceptionHandler
8+
class ExceptionHandler extends Handler
99
{
1010
protected $dontReport = [
1111
];

0 commit comments

Comments
 (0)