Skip to content

Commit 4bf1ec5

Browse files
committed
ICL: Changed base class for an ExceptionHandler.
1 parent 2d2cc8a commit 4bf1ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExceptionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Illuminated\Console;
44

5-
use App\Exceptions\Handler;
5+
use Illuminate\Foundation\Exceptions\Handler;
66
use Exception;
77

88
class ExceptionHandler extends Handler

0 commit comments

Comments
 (0)