1
0
Fork 0
mirror of https://github.com/shlinkio/shlink.git synced 2024-12-20 19:21:55 +03:00
shlink/module/Core/config/entity-manager.config.php
2019-10-05 17:26:10 +02:00

15 lines
220 B
PHP

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