[fix(Login)]: Typed static property fixed #151

This commit is contained in:
Lkeme 2022-03-06 19:34:21 +08:00
parent e191f292e6
commit b97ca29d5a

View File

@ -21,8 +21,8 @@ class Login
use TimeLock; use TimeLock;
// 账密 // 账密
private static string $username; private static ?string $username = '';
private static string $password; private static ?string $password = '';
/** /**
* @use run * @use run