mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
default value for Phonenumbers
This commit is contained in:
parent
e9ffdb1f03
commit
3eb826d422
@ -375,7 +375,7 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
|
||||
* @PhonenumberConstraint(type="mobile")
|
||||
* @ORM\Column(type="phone_number")
|
||||
*/
|
||||
private ?PhoneNumber $mobilenumber;
|
||||
private ?PhoneNumber $mobilenumber = null;
|
||||
|
||||
/**
|
||||
* The person's nationality.
|
||||
@ -430,7 +430,7 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
|
||||
* type="landline",
|
||||
* )
|
||||
*/
|
||||
private ?PhoneNumber $phonenumber;
|
||||
private ?PhoneNumber $phonenumber = null;
|
||||
|
||||
/**
|
||||
* The person's place of birth.
|
||||
|
Loading…
x
Reference in New Issue
Block a user