mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-16 07:18:41 +00:00
fix tests
This commit is contained in:
parent
84bed7b4ff
commit
ef7623bdd5
|
|
@ -68,7 +68,7 @@ class Profile implements \JsonSerializable
|
||||||
* @var int
|
* @var int
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected int $gender = GenderType::OTHER;
|
public int $gender = GenderType::OTHER;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sex.
|
* Sex.
|
||||||
|
|
@ -76,7 +76,7 @@ class Profile implements \JsonSerializable
|
||||||
* @var int
|
* @var int
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected int $sex = SexType::OTHER;
|
public int $sex = SexType::OTHER;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Confirmation key.
|
* Confirmation key.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user