UnderCurrent/app/config.example.php
2023-08-15 21:21:24 +02:00

9 lines
130 B
PHP

<?php
namespace App;
use Ardent\Undercurrent\Config\GenericConfig;
return new GenericConfig([
'key' => 'value',
]);