@@ -9,7 +9,6 @@ discard block |
||
| 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 |
||
| 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. |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Slim3 Doctrine integration (https://github.com/juliangut/slim-doctrine) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/slim-doctrine for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Slim3 Doctrine integration (https://github.com/juliangut/slim-doctrine) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/slim-doctrine for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | require_once __DIR__ . '/../vendor/autoload.php'; |