shlink/module/Rest/config/entity-manager.config.php
2016-08-06 12:50:44 +02:00

12 lines
176 B
PHP

<?php
return [
'entity_manager' => [
'orm' => [
'entities_paths' => [
__DIR__ . '/../src/Entity',
],
],
],
];