- Added telephoneNumber property
This commit is contained in:
parent
0c6ef271a8
commit
534b8add20
|
@ -81,6 +81,11 @@ class User
|
||||||
*/
|
*/
|
||||||
public string $department;
|
public string $department;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Field
|
||||||
|
*/
|
||||||
|
public string $telephoneNumber;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @Field
|
* @Field
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue