mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-24 21:58:40 +03:00
13 lines
176 B
PHP
13 lines
176 B
PHP
|
<?php
|
||
|
return [
|
||
|
|
||
|
'entity_manager' => [
|
||
|
'orm' => [
|
||
|
'entities_paths' => [
|
||
|
__DIR__ . '/../src/Entity',
|
||
|
],
|
||
|
],
|
||
|
],
|
||
|
|
||
|
];
|