Completed
Push — master ( b1af13...56c9ed )
by recca
04:03 queued 01:13
created
src/Console/GeneratorCommand.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Recca0120\Generator\Console;
4 4
 
5
+use Illuminate\Console\GeneratorCommand as BaseCommand;
6
+use Illuminate\Filesystem\Filesystem;
5 7
 use Illuminate\Support\Str;
6 8
 use Recca0120\Generator\Generator;
7
-use Illuminate\Filesystem\Filesystem;
8
-use Illuminate\Console\GeneratorCommand as BaseCommand;
9 9
 
10 10
 abstract class GeneratorCommand extends BaseCommand
11 11
 {
Please login to merge, or discard this patch.