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

13 lines
176 B
PHP
Raw Normal View History

2016-08-06 13:50:44 +03:00
<?php
return [
'entity_manager' => [
'orm' => [
'entities_paths' => [
__DIR__ . '/../src/Entity',
],
],
],
];