- Added telephoneNumber property

This commit is contained in:
Ubuntu 2022-05-12 12:12:35 +00:00
parent 0c6ef271a8
commit 534b8add20
1 changed files with 5 additions and 0 deletions

View File

@ -81,6 +81,11 @@ class User
*/ */
public string $department; public string $department;
/**
* @Field
*/
public string $telephoneNumber;
/** /**
* @Field * @Field
*/ */