|
@@ -9,7 +9,6 @@ discard block |
|
|
block discarded – undo |
|
9
|
9
|
|
|
10
|
10
|
namespace Jgut\Slim\Doctrine; |
|
11
|
11
|
|
|
12
|
|
-use InvalidArgumentException; |
|
13
|
12
|
use Doctrine\Common\Annotations\AnnotationRegistry; |
|
14
|
13
|
use Doctrine\Common\Cache\Cache; |
|
15
|
14
|
use Doctrine\Common\Proxy\AbstractProxyFactory; |
|
@@ -19,6 +18,7 @@ discard block |
|
|
block discarded – undo |
|
19
|
18
|
use Doctrine\ODM\MongoDB\Mapping\Driver\AnnotationDriver; |
|
20
|
19
|
use Doctrine\ODM\MongoDB\Mapping\Driver\XmlDriver; |
|
21
|
20
|
use Doctrine\ODM\MongoDB\Mapping\Driver\YamlDriver; |
|
|
21
|
+use InvalidArgumentException; |
|
22
|
22
|
|
|
23
|
23
|
/** |
|
24
|
24
|
* Doctrine Document Manager service builder. |
Please login to merge, or discard this patch.