mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-03 04:00:42 -06:00
10 lines
72 B
PHP
10 lines
72 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
|
|
'app_options' => [],
|
|
|
|
];
|