@@ -24,7 +24,6 @@ |
||
24 | 24 | */ |
25 | 25 | namespace Phinx\Db\Action; |
26 | 26 | |
27 | -use InvalidArgumentException; |
|
28 | 27 | use Phinx\Db\Table\ForeignKey; |
29 | 28 | use Phinx\Db\Table\Table; |
30 | 29 |
@@ -29,8 +29,6 @@ |
||
29 | 29 | namespace Phinx\Db\Adapter; |
30 | 30 | |
31 | 31 | use Phinx\Db\Table\Column; |
32 | -use Phinx\Db\Table\ForeignKey; |
|
33 | -use Phinx\Db\Table\Index; |
|
34 | 32 | use Phinx\Db\Table\Table; |
35 | 33 | use Phinx\Migration\MigrationInterface; |
36 | 34 | use Symfony\Component\Console\Input\InputInterface; |
@@ -33,7 +33,6 @@ discard block |
||
33 | 33 | use Phinx\Db\Action\AddIndex; |
34 | 34 | use Phinx\Db\Action\ChangeColumn; |
35 | 35 | use Phinx\Db\Action\CreateTable; |
36 | -use Phinx\Db\Action\DropColumn; |
|
37 | 36 | use Phinx\Db\Action\DropForeignKey; |
38 | 37 | use Phinx\Db\Action\DropIndex; |
39 | 38 | use Phinx\Db\Action\DropTable; |
@@ -44,7 +43,6 @@ discard block |
||
44 | 43 | use Phinx\Db\Plan\Intent; |
45 | 44 | use Phinx\Db\Plan\Plan; |
46 | 45 | use Phinx\Db\Table\Column; |
47 | -use Phinx\Db\Table\ForeignKey; |
|
48 | 46 | use Phinx\Db\Table\Index; |
49 | 47 | use Phinx\Db\Table\Table as TableValue; |
50 | 48 |