Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit 91ba647

Browse files
authored
Apply fixes from StyleCI (#145)
1 parent dee79ec commit 91ba647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Exceptions/Handler.php

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

33
namespace App\Exceptions;
44

5-
use Throwable;
65
use Illuminate\Auth\Access\AuthorizationException;
76
use Illuminate\Database\Eloquent\ModelNotFoundException;
87
use Illuminate\Validation\ValidationException;
98
use Laravel\Lumen\Exceptions\Handler as ExceptionHandler;
109
use Symfony\Component\HttpKernel\Exception\HttpException;
10+
use Throwable;
1111

1212
class Handler extends ExceptionHandler
1313
{

0 commit comments

Comments
 (0)