Completed
Push — master ( 5f981d...ed2304 )
by Bernhard
02:17 queued 48s
created
src/Xethron/MigrationsGenerator/MigrateGenerateCommand.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,18 +3,15 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.