@@ -2,16 +2,16 @@ |
||
| 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 | { |