shlink/module/Rest/config/entity-manager.config.php

16 lines
220 B
PHP
Raw Normal View History

2016-08-06 05:50:44 -05:00
<?php
2019-10-05 10:26:10 -05:00
2017-10-12 03:13:20 -05:00
declare(strict_types=1);
2016-08-06 05:50:44 -05:00
return [
'entity_manager' => [
'orm' => [
'entities_mappings' => [
__DIR__ . '/../config/entities-mappings',
2016-08-06 05:50:44 -05:00
],
],
],
];