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

This commit is contained in:
lkeme 2022-03-06 19:34:21 +08:00
parent 85ff353a14
commit ae40bae4ed

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