Completed
Push — master ( 87e859...1f02a1 )
by Mokhlas
01:09
created
src/Command/IMGenerateCrudCommand.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -4,13 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Console\Command;
6 6
 use Illuminate\Database\Console\Migrations\BaseCommand;
7
-use Illuminate\Support\Composer;
8
-use Illuminate\Database\Migrations\MigrationCreator;
9
-use Illuminate\Support\Facades\Artisan;
10 7
 use Illuminate\Support\Str;
11
-use Symfony\Component\Process\Exception\ProcessFailedException;
12
-use Symfony\Component\Process\Process;
13
-use Illuminate\Support\Arr;
14 8
 
15 9
 class IMGenerateCrudCommand extends BaseCommand
16 10
 {
Please login to merge, or discard this patch.