mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-01 12:59:24 -06:00
12 lines
108 B
Plaintext
12 lines
108 B
Plaintext
|
<?php
|
||
|
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
return [
|
||
|
|
||
|
'app_options' => [
|
||
|
'version' => 'latest',
|
||
|
],
|
||
|
|
||
|
];
|