first commit

This commit is contained in:
2025-12-17 11:06:13 +08:00
commit c82c59e040
41 changed files with 926 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
use app\ExceptionHandle;
use app\Request;
// 容器Provider定义文件
return [
'think\Request' => Request::class,
'think\exception\Handle' => ExceptionHandle::class,
];