feat: simplify xml parsing, add 'mutable' property for personal data

This commit is contained in:
Björn Fromme
2025-01-30 10:40:38 +01:00
parent c75f069ce0
commit eae9879519
8 changed files with 47 additions and 32 deletions
+1
View File
@@ -8,6 +8,7 @@ class PersonalData
{
public ?int $addressId = null;
public ?int $personId = null;
public bool $mutable = false;
#[Assert\NotBlank(message: 'Bitte angeben')]
public ?string $name = null;