Completed
Push — master ( 9c0195...4ed182 )
by Elf
04:17
created
app/Exceptions/Handler.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Exceptions;
4 4
 
5
-use Exception;
6
-use App\Support\Http\ApiResponse;
7 5
 use App\Jobs\SendBearyChat;
6
+use App\Support\Http\ApiResponse;
7
+use Exception;
8 8
 use Illuminate\Auth\AuthenticationException;
9
-use Illuminate\Validation\ValidationException;
10
-use Symfony\Component\HttpKernel\Exception\HttpException;
11 9
 use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
12 10
 use Illuminate\Foundation\Http\Exceptions\MaintenanceModeException;
11
+use Illuminate\Validation\ValidationException;
12
+use Symfony\Component\HttpKernel\Exception\HttpException;
13 13
 
14 14
 class Handler extends ExceptionHandler
15 15
 {
Please login to merge, or discard this patch.