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