wip: modernized edit flow
This commit is contained in:
@@ -39,6 +39,10 @@ class PersonalData
|
||||
public ?\DateTimeImmutable $dateOfBirth = null;
|
||||
public ?string $remarks = null;
|
||||
|
||||
// Wishes (unterbringungswunsch, beförderungswunsch)
|
||||
public ?string $remarksRoom = null;
|
||||
public ?string $licensePlate = null;
|
||||
|
||||
#[Assert\Valid(groups: ['personal_data'])]
|
||||
public Address $address;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user