We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c864e7f commit bec86b4Copy full SHA for bec86b4
src/Doctrine/DoctrineHelper.php
@@ -11,6 +11,7 @@
11
12
namespace Symfony\Bundle\MakerBundle\Doctrine;
13
14
+use Doctrine\Common\Persistence\ManagerRegistry;
15
use Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory;
16
use Doctrine\Common\Persistence\Mapping\ClassMetadata;
17
use Doctrine\Common\Persistence\Mapping\Driver\AnnotationDriver;
@@ -20,7 +21,6 @@
20
21
use Doctrine\ORM\EntityManagerInterface;
22
use Doctrine\ORM\Mapping\MappingException as ORMMappingException;
23
use Doctrine\ORM\Tools\DisconnectedClassMetadataFactory;
-use Symfony\Bridge\Doctrine\ManagerRegistry;
24
use Symfony\Bundle\MakerBundle\Util\ClassNameDetails;
25
26
/**
0 commit comments