mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-28 01:41:36 -06:00
9 lines
71 B
PHP
9 lines
71 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
|
|
'app_options' => [],
|
|
|
|
];
|