Skip to content

Commit 80b0f04

Browse files
committed
Bugfix: send mobile phone number for relations
1 parent 26365f1 commit 80b0f04

File tree

1 file changed

+1
-1
lines changed
  • src/Informat/Directories/Preregistrations/CreatePreregistration

1 file changed

+1
-1
lines changed

src/Informat/Directories/Preregistrations/CreatePreregistration/Relation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public function toArray(): array
188188
'firstName' => $this->firstName,
189189
'Address' => $this->address,
190190
'phone' => $this->phone,
191-
'mobilePhone' => $this->phone,
191+
'mobilePhone' => $this->mobilePhone,
192192
'email' => $this->email,
193193
'insz' => $this->insz,
194194
];

0 commit comments

Comments
 (0)