That's not nullable, oops.
This commit is contained in:
parent
b13cc7804d
commit
2c4d35e2dd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use Misuzu\TotpGenerator;
|
|||
|
||||
class UserTotpInfo {
|
||||
public function __construct(
|
||||
public private(set) ?string $userId,
|
||||
public private(set) string $userId,
|
||||
#[\SensitiveParameter] public private(set) string $secret,
|
||||
public private(set) int $createdTime
|
||||
) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue