@@ -4,7 +4,6 @@ |
||
| 4 | 4 | namespace TheCodingMachine\TDBM\Utils; |
| 5 | 5 | |
| 6 | 6 | use Doctrine\Common\Inflector\Inflector; |
| 7 | -use Doctrine\DBAL\Schema\Column; |
|
| 8 | 7 | use Doctrine\DBAL\Schema\ForeignKeyConstraint; |
| 9 | 8 | use TheCodingMachine\TDBM\TDBMException; |
| 10 | 9 | |