Completed
Push — master ( b332ec...c74825 )
by recca
02:57 queued 53s
created
src/Middleware/RenderBar.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,16 +2,16 @@
 block discarded – undo
2 2
 
3 3
 namespace Recca0120\LaravelTracy\Middleware;
4 4
 
5
+use Illuminate\Contracts\Events\Dispatcher;
6
+use Illuminate\Contracts\Routing\ResponseFactory;
5 7
 use Illuminate\Http\Request;
6 8
 use Illuminate\Session\SessionManager;
7
-use Illuminate\Contracts\Events\Dispatcher;
8 9
 use Recca0120\LaravelTracy\DebuggerManager;
9
-use Symfony\Component\HttpFoundation\Response;
10
-use Illuminate\Contracts\Routing\ResponseFactory;
11 10
 use Recca0120\LaravelTracy\Events\BeforeBarRender;
11
+use Symfony\Component\HttpFoundation\BinaryFileResponse;
12 12
 use Symfony\Component\HttpFoundation\RedirectResponse;
13
+use Symfony\Component\HttpFoundation\Response;
13 14
 use Symfony\Component\HttpFoundation\StreamedResponse;
14
-use Symfony\Component\HttpFoundation\BinaryFileResponse;
15 15
 
16 16
 class RenderBar
17 17
 {
Please login to merge, or discard this patch.