Completed
Push — l5 ( b7539d...f40bbf )
by Bernhard
01:41
created
src/Xethron/MigrationsGenerator/MigrateGenerateCommand.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,19 +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 Way\Generators\Syntax\DroppedTable;
13
-
14 11
 use Xethron\MigrationsGenerator\Generators\SchemaGenerator;
15 12
 use Xethron\MigrationsGenerator\Syntax\AddToTable;
16 13
 use Xethron\MigrationsGenerator\Syntax\AddForeignKeysToTable;
17 14
 use Xethron\MigrationsGenerator\Syntax\RemoveForeignKeysFromTable;
18
-
19 15
 use Illuminate\Config\Repository as Config;
20 16
 
21 17
 class MigrateGenerateCommand extends GeneratorCommand {
Please login to merge, or discard this patch.