升级框架版本,PHP最低要求8.2

This commit is contained in:
net909
2026-07-28 21:24:51 +08:00
parent 4826b8c758
commit 8ef3e2e802
16 changed files with 1083 additions and 353 deletions
+4
View File
@@ -4,5 +4,9 @@ namespace app;
// 应用请求对象类
class Request extends \think\Request
{
/** @var bool 用户是否登录 */
public $islogin = false;
/** @var array|null 当前登录用户 */
public $user = null;
}