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

16 lines
220 B
PHP
Raw Permalink Normal View History

<?php
2019-10-05 10:26:10 -05:00
2017-10-12 03:13:20 -05:00
declare(strict_types=1);
return [
'entity_manager' => [
'orm' => [
'entities_mappings' => [
__DIR__ . '/../config/entities-mappings',
],
],
],
];