|
@@ -3,14 +3,14 @@ |
|
|
block discarded – undo |
|
3
|
3
|
namespace Northwoods\Config\Polyfill\Doctrine; |
|
4
|
4
|
|
|
5
|
5
|
use Doctrine\Common\Annotations\AnnotationReader; |
|
|
6
|
+use Doctrine\DBAL\Driver\PDOMySql\Driver as PDOMySqlDriver; |
|
|
7
|
+use Doctrine\ORM\EntityManager as DoctrineEntityManager; |
|
6
|
8
|
use Doctrine\ORM\Mapping\DefaultQuoteStrategy; |
|
7
|
9
|
use Doctrine\ORM\Tools\Setup; |
|
8
|
10
|
use Interop\Config\ConfigurationTrait; |
|
9
|
|
-use Interop\Config\RequiresMandatoryOptions; |
|
10
|
11
|
use Interop\Config\RequiresConfigId; |
|
|
12
|
+use Interop\Config\RequiresMandatoryOptions; |
|
11
|
13
|
use Psr\Container\ContainerInterface; |
|
12
|
|
-use Doctrine\ORM\EntityManager as DoctrineEntityManager; |
|
13
|
|
-use Doctrine\DBAL\Driver\PDOMySql\Driver as PDOMySqlDriver; |
|
14
|
14
|
|
|
15
|
15
|
class EntityManager implements RequiresMandatoryOptions, RequiresConfigId |
|
16
|
16
|
{ |
Please login to merge, or discard this patch.