@@ -6,8 +6,6 @@ |
||
6 | 6 | use Illuminate\Database\Console\Migrations\BaseCommand; |
7 | 7 | use Illuminate\Database\Migrations\MigrationCreator; |
8 | 8 | use Illuminate\Support\Composer; |
9 | -use Symfony\Component\Console\Input\InputArgument; |
|
10 | -use Symfony\Component\Console\Input\InputOption; |
|
11 | 9 | use Symfony\Component\Process\Exception\ProcessFailedException; |
12 | 10 | use Symfony\Component\Process\Process; |
13 | 11 |