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

14 lines
219 B
PHP

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