2016-08-06 12:40:31 +02:00
|
|
|
<?php
|
2019-10-05 17:26:10 +02:00
|
|
|
|
2017-10-12 10:13:20 +02:00
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
2016-08-06 12:40:31 +02:00
|
|
|
return [
|
|
|
|
|
|
|
|
|
|
'entity_manager' => [
|
|
|
|
|
'orm' => [
|
2018-12-16 12:08:03 +01:00
|
|
|
'entities_mappings' => [
|
|
|
|
|
__DIR__ . '/../config/entities-mappings',
|
2016-08-06 12:40:31 +02:00
|
|
|
],
|
|
|
|
|
],
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
];
|