commit message

This commit is contained in:
atshike@foxmail.com
2024-09-30 14:08:38 +08:00
commit 48ff45a988
604 changed files with 93990 additions and 0 deletions
@@ -0,0 +1,13 @@
<?php
namespace App\Http\Controllers\Api;
use App\Forms\BaseConfig;
use Ugly\Base\Http\Controllers\SimpleFormController;
class ConfigController extends SimpleFormController
{
protected array $form = [
'base' => BaseConfig::class,
];
}