shlink/module/Rest/config/entity-manager.config.php
2019-10-05 17:26:10 +02:00

16 lines
220 B
PHP

<?php
declare(strict_types=1);
return [
'entity_manager' => [
'orm' => [
'entities_mappings' => [
__DIR__ . '/../config/entities-mappings',
],
],
],
];