wip: first working version
This commit is contained in:
@@ -44,6 +44,9 @@ class PersonalData
|
||||
'name' => $this->name,
|
||||
'anschrift' => $this->address->toPayload(),
|
||||
'kommunikation' => $this->communication->toPayload(),
|
||||
'sonstiges1' => $this->height,
|
||||
'sonstiges2' => $this->weight,
|
||||
'sonstiges3' => $this->shoeSize,
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user