Loading composer.json +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ }, "autoload" : { "psr-4" : { "UnicaenTbl\\": "src/" "UnicaenTbl": "src/" }, "classmap": [ "./Module.php" Loading config/module.config.php +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ return [ 'class' => 'Doctrine\ORM\Mapping\Driver\AnnotationDriver', 'cache' => 'array', 'paths' => [ __DIR__ . '/../src/UnicaenTbl/Entity', __DIR__ . '/../src/Entity', ], ], 'orm_default' => [ Loading Loading
composer.json +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ }, "autoload" : { "psr-4" : { "UnicaenTbl\\": "src/" "UnicaenTbl": "src/" }, "classmap": [ "./Module.php" Loading
config/module.config.php +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ return [ 'class' => 'Doctrine\ORM\Mapping\Driver\AnnotationDriver', 'cache' => 'array', 'paths' => [ __DIR__ . '/../src/UnicaenTbl/Entity', __DIR__ . '/../src/Entity', ], ], 'orm_default' => [ Loading