Completed
Push — master ( 49c4da...13ab8c )
by recca
06:41
created
src/Exceptions/Handler.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace Recca0120\LaravelTracy\Exceptions;
4 4
 
5 5
 use Exception;
6
-use Illuminate\Http\Response;
6
+use Illuminate\Contracts\Debug\ExceptionHandler;
7 7
 use Illuminate\Contracts\View\View;
8
+use Illuminate\Http\Response;
8 9
 use Recca0120\LaravelTracy\DebuggerManager;
9
-use Illuminate\Contracts\Debug\ExceptionHandler;
10 10
 use Symfony\Component\HttpFoundation\JsonResponse;
11 11
 use Symfony\Component\HttpFoundation\RedirectResponse;
12 12
 
Please login to merge, or discard this patch.