Loading config/module.config.php +10 −10 Original line number Diff line number Diff line Loading @@ -472,18 +472,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' => [ Loading Loading
config/module.config.php +10 −10 Original line number Diff line number Diff line Loading @@ -472,18 +472,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' => [ Loading