@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Petkopara\CrudGeneratorBundle\Generator; |
4 | 4 | |
5 | -use Doctrine\Bundle\DoctrineBundle\Mapping\DisconnectedMetadataFactory; |
|
6 | 5 | use Doctrine\ORM\Mapping\ClassMetadataInfo; |
7 | 6 | use Petkopara\CrudGeneratorBundle\Command\CrudGeneratorCommand; |
8 | 7 | use Petkopara\CrudGeneratorBundle\Generator\Guesser\MetadataGuesser; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Petkopara\CrudGeneratorBundle\Generator; |
4 | 4 | |
5 | -use Doctrine\Bundle\DoctrineBundle\Mapping\DisconnectedMetadataFactory; |
|
6 | 5 | use Doctrine\ORM\Mapping\ClassMetadataInfo; |
7 | 6 | use Petkopara\CrudGeneratorBundle\Generator\Guesser\MetadataGuesser; |
8 | 7 | use RuntimeException; |