Created new entity_manager configuration, dropping old database first level config key

This commit is contained in:
Alejandro Celaya
2016-08-06 12:40:31 +02:00
parent 7b1b00901a
commit 270dbc6028
5 changed files with 42 additions and 21 deletions

View File

@@ -0,0 +1,12 @@
<?php
return [
'entity_manager' => [
'orm' => [
'entities_paths' => [
__DIR__ . '/../src/Entity',
],
],
],
];