Commit 4f35e608 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Pas d'entité pour UnicaenApp.

Commenté pour utiliser le jour où il y en aura
parent 7834afd2
Loading
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -492,18 +492,18 @@ return [

    'doctrine' => [
        'driver' => [
            'orm_app_driver' => [
                'class' => 'Doctrine\ORM\Mapping\Driver\AnnotationDriver',
                'cache' => 'array',
                'paths' => [
                    __DIR__ . '/../src/UnicaenApp/Entity/Db',
                ],
            ],
//            'orm_app_driver' => [
//                'class' => 'Doctrine\ORM\Mapping\Driver\AnnotationDriver',
//                'cache' => 'array',
//                'paths' => [
//                    __DIR__ . '/../src/UnicaenApp/Entity/Db',
//                ],
//            ],
            'orm_default'    => [
                'class'   => 'Doctrine\ORM\Mapping\Driver\DriverChain',
                'drivers' => [
                    'UnicaenApp\Entity\Db' => 'orm_app_driver',
                ],
//                'drivers' => [
//                    'UnicaenApp\Entity\Db' => 'orm_app_driver',
//                ],
            ],
        ],
        'configuration' => [