shlink/config/autoload/app_options.global.php

13 lines
146 B
PHP
Raw Normal View History

2016-08-07 07:44:33 -05:00
<?php
2019-10-05 10:26:10 -05:00
2017-10-12 03:13:20 -05:00
declare(strict_types=1);
2016-08-07 07:44:33 -05:00
return [
'app_options' => [
'name' => 'Shlink',
'version' => '%SHLINK_VERSION%',
2016-08-07 07:44:33 -05:00
],
];