mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 08:56:42 -06:00
16 lines
220 B
PHP
16 lines
220 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
|
|
'entity_manager' => [
|
|
'orm' => [
|
|
'entities_mappings' => [
|
|
__DIR__ . '/../config/entities-mappings',
|
|
],
|
|
],
|
|
],
|
|
|
|
];
|