feat: integrate remarks with XSS cleaning
This commit is contained in:
@@ -23,6 +23,7 @@ class PersonalData
|
||||
public ?string $shoeSize = null;
|
||||
public ?string $weight = null;
|
||||
public ?\DateTimeImmutable $dateOfBirth = null;
|
||||
public ?string $remarks = null;
|
||||
|
||||
#[Assert\Valid()]
|
||||
public ?Address $address = null;
|
||||
@@ -52,6 +53,7 @@ class PersonalData
|
||||
'sonstiges1' => $this->height,
|
||||
'sonstiges2' => $this->weight,
|
||||
'sonstiges3' => $this->shoeSize,
|
||||
'bemerkung' => $this->remarks,
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user