Skip to content

Commit

Permalink
Update base exception handler import
Browse files Browse the repository at this point in the history
  • Loading branch information
tvup committed Jan 20, 2024
1 parent fd7d7f7 commit 1dd0366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptions/LaravelFejlvarpExceptionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Tvup\LaravelFejlvarp\Exceptions;

use App\Exceptions\Handler as LaravelExceptionHandler;
use Illuminate\Foundation\Exceptions\Handler as LaravelExceptionHandler;
use Illuminate\Http\Request;
use Symfony\Component\HttpFoundation\Response;
use Throwable;
Expand Down

0 comments on commit 1dd0366

Please sign in to comment.