UnderCurrent/app/config.example.php

9 lines
130 B
PHP
Raw Normal View History

2023-08-15 21:21:24 +02:00
<?php
namespace App;
use Ardent\Undercurrent\Config\GenericConfig;
return new GenericConfig([
'key' => 'value',
]);