@@ -4,13 +4,7 @@ |
||
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 | { |