Add key based genericConfig
This commit is contained in:
@ -9,4 +9,4 @@ foreach ($this->routes->getRoutes() as $route) {
|
||||
$route->getMethod()
|
||||
);
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
9
app/config.example.php
Normal file
9
app/config.example.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Ardent\Undercurrent\Config\GenericConfig;
|
||||
|
||||
return new GenericConfig([
|
||||
'key' => 'value',
|
||||
]);
|
Reference in New Issue
Block a user