Completed
Push — master ( fc3761...bd41d3 )
by Marcel
01:33
created
src/ErrorPage/ErrorPageViewModel.php 1 patch
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -4,15 +4,15 @@
 block discarded – undo
4 4
 
5 5
 use Closure;
6 6
 use Exception;
7
-use Throwable;
8
-use Facade\Ignition\Ignition;
9 7
 use Facade\FlareClient\Report;
10
-use Laravel\Telescope\Telescope;
8
+use Facade\Ignition\Ignition;
11 9
 use Facade\Ignition\IgnitionConfig;
12
-use Illuminate\Contracts\Support\Arrayable;
13
-use Laravel\Telescope\IncomingExceptionEntry;
14 10
 use Facade\Ignition\Solutions\SolutionTransformer;
11
+use Illuminate\Contracts\Support\Arrayable;
15 12
 use Laravel\Telescope\Http\Controllers\HomeController;
13
+use Laravel\Telescope\IncomingExceptionEntry;
14
+use Laravel\Telescope\Telescope;
15
+use Throwable;
16 16
 
17 17
 class ErrorPageViewModel implements Arrayable
18 18
 {
Please login to merge, or discard this patch.