Completed
Pull Request — master (#25)
by Freek
01:18
created
src/Tabs/Tab.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Facade\Ignition\Tabs;
4 4
 
5
-use Throwable;
6
-use JsonSerializable;
7
-use Illuminate\Support\Str;
8 5
 use Facade\FlareClient\Flare;
6
+use Illuminate\Support\Str;
7
+use JsonSerializable;
8
+use Throwable;
9 9
 
10 10
 abstract class Tab implements JsonSerializable
11 11
 {
Please login to merge, or discard this patch.
src/ErrorPage/ErrorPageViewModel.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -4,14 +4,14 @@
 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 10
 use Facade\Ignition\Solutions\SolutionTransformer;
11
+use Illuminate\Contracts\Support\Arrayable;
14 12
 use Laravel\Telescope\Http\Controllers\HomeController;
13
+use Laravel\Telescope\Telescope;
14
+use Throwable;
15 15
 
16 16
 class ErrorPageViewModel implements Arrayable
17 17
 {
Please login to merge, or discard this patch.