Completed
Push — master ( 3af3d9...1bd511 )
by Iman
02:31
created
src/Commands/CheckRoutes.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,14 +3,14 @@
 block discarded – undo
3 3
 namespace Imanghafoori\LaravelMicroscope\Commands;
4 4
 
5 5
 use Exception;
6
-use Illuminate\Support\Str;
7
-use Illuminate\Routing\Router;
8 6
 use Illuminate\Console\Command;
7
+use Illuminate\Routing\Router;
8
+use Illuminate\Support\Str;
9 9
 use Imanghafoori\LaravelMicroscope\CheckBladeFiles;
10
-use Imanghafoori\LaravelMicroscope\Traits\LogsErrors;
11 10
 use Imanghafoori\LaravelMicroscope\Checks\CheckRouteCalls;
12 11
 use Imanghafoori\LaravelMicroscope\Checks\RoutelessActions;
13 12
 use Imanghafoori\LaravelMicroscope\ErrorReporters\ErrorPrinter;
13
+use Imanghafoori\LaravelMicroscope\Traits\LogsErrors;
14 14
 
15 15
 class CheckRoutes extends Command
16 16
 {
Please login to merge, or discard this patch.