Added dist local config for app options

This commit is contained in:
Alejandro Celaya 2022-04-14 11:35:05 +02:00
parent cbaf51d3ef
commit 0294e49d4a

View File

@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
return [
'app_options' => [
'version' => 'latest',
],
];