Skip to content

Commit f5e27d5

Browse files
committed
bug #493 Use ManagerRegistry interface from doctrine (hason)
This PR was merged into the 1.0-dev branch. Discussion ---------- Use ManagerRegistry interface from doctrine Commits ------- bec86b4 Use ManagerRegistry interface from doctrine
2 parents 2186c3b + bec86b4 commit f5e27d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Doctrine/DoctrineHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
namespace Symfony\Bundle\MakerBundle\Doctrine;
1313

14+
use Doctrine\Common\Persistence\ManagerRegistry;
1415
use Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory;
1516
use Doctrine\Common\Persistence\Mapping\ClassMetadata;
1617
use Doctrine\Common\Persistence\Mapping\Driver\AnnotationDriver;
@@ -20,7 +21,6 @@
2021
use Doctrine\ORM\EntityManagerInterface;
2122
use Doctrine\ORM\Mapping\MappingException as ORMMappingException;
2223
use Doctrine\ORM\Tools\DisconnectedClassMetadataFactory;
23-
use Symfony\Bridge\Doctrine\ManagerRegistry;
2424
use Symfony\Bundle\MakerBundle\Util\ClassNameDetails;
2525

2626
/**

0 commit comments

Comments
 (0)