Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Eichhorn committed Sep 24, 2023
1 parent 84bed7b commit ef7623b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Models/Profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ class Profile implements \JsonSerializable
* @var int
* @since 1.0.0
*/
protected int $gender = GenderType::OTHER;
public int $gender = GenderType::OTHER;

/**
* Sex.
*
* @var int
* @since 1.0.0
*/
protected int $sex = SexType::OTHER;
public int $sex = SexType::OTHER;

/**
* Confirmation key.
Expand Down

0 comments on commit ef7623b

Please sign in to comment.