| @@ -3,18 +3,15 @@ | ||
| 3 | 3 | use Way\Generators\Commands\GeneratorCommand; | 
| 4 | 4 | use Symfony\Component\Console\Input\InputOption; | 
| 5 | 5 | use Symfony\Component\Console\Input\InputArgument; | 
| 6 | - | |
| 7 | 6 | use Way\Generators\Generator; | 
| 8 | 7 | use Way\Generators\Filesystem\Filesystem; | 
| 9 | 8 | use Way\Generators\Compilers\TemplateCompiler; | 
| 10 | 9 | use Illuminate\Database\Migrations\MigrationRepositoryInterface; | 
| 11 | - | |
| 12 | 10 | use Xethron\MigrationsGenerator\Generators\SchemaGenerator; | 
| 13 | 11 | use Xethron\MigrationsGenerator\Syntax\AddToTable; | 
| 14 | 12 | use Xethron\MigrationsGenerator\Syntax\DroppedTable; | 
| 15 | 13 | use Xethron\MigrationsGenerator\Syntax\AddForeignKeysToTable; | 
| 16 | 14 | use Xethron\MigrationsGenerator\Syntax\RemoveForeignKeysFromTable; | 
| 17 | - | |
| 18 | 15 | use Illuminate\Config\Repository as Config; | 
| 19 | 16 | |
| 20 | 17 |  class MigrateGenerateCommand extends GeneratorCommand { |