@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use TheCodingMachine\TDBM\ConfigurationInterface; |
| 10 | 10 | use TheCodingMachine\TDBM\TDBMException; |
| 11 | 11 | use TheCodingMachine\TDBM\TDBMSchemaAnalyzer; |
| 12 | -use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
|
| 13 | 12 | use Symfony\Component\Filesystem\Filesystem; |
| 14 | 13 | |
| 15 | 14 | /** |
@@ -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 | |
@@ -21,15 +21,11 @@ |
||
| 21 | 21 | namespace TheCodingMachine\TDBM; |
| 22 | 22 | |
| 23 | 23 | use Doctrine\Common\Cache\Cache; |
| 24 | -use Doctrine\Common\Cache\VoidCache; |
|
| 25 | 24 | use Doctrine\DBAL\Connection; |
| 26 | 25 | use Doctrine\DBAL\DBALException; |
| 27 | 26 | use Doctrine\DBAL\Platforms\AbstractPlatform; |
| 28 | 27 | use Doctrine\DBAL\Platforms\MySqlPlatform; |
| 29 | -use Doctrine\DBAL\Platforms\OraclePlatform; |
|
| 30 | -use Doctrine\DBAL\Schema\Column; |
|
| 31 | 28 | use Doctrine\DBAL\Schema\ForeignKeyConstraint; |
| 32 | -use Doctrine\DBAL\Schema\Schema; |
|
| 33 | 29 | use Doctrine\DBAL\Schema\Table; |
| 34 | 30 | use Doctrine\DBAL\Types\Type; |
| 35 | 31 | use Mouf\Database\MagicQuery; |