1
0
Fork 0
mirror of https://github.com/shlinkio/shlink.git synced 2024-12-17 16:42:12 +03:00
shlink/module/Core/config/entity-manager.config.php
2017-10-12 10:13:20 +02:00

14 lines
202 B
PHP

<?php
declare(strict_types=1);
return [
'entity_manager' => [
'orm' => [
'entities_paths' => [
__DIR__ . '/../src/Entity',
],
],
],
];