Skip to content

Commit

Permalink
[User entity] Fix customFields default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Samofal committed Jun 15, 2023
1 parent 0db90fe commit 7c1b32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/UserManagement/Entities/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class User extends ApiEntity
*/
public array $additionalDepartments = [];
public ?Carbon $birthDate;
public array $customFields = [];
public array $customFields;
public ?string $dataSource;
public ?string $departmentUrl;
public ?string $email;
Expand Down

0 comments on commit 7c1b32c

Please sign in to comment.