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

16 lines
220 B
PHP
Raw Normal View History

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