- fix work addresses

This commit is contained in:
Kamil Niemczycki 2023-07-03 19:31:46 +02:00
parent 5839ef2a54
commit 65f0a49cdb
Signed by: kamilniemczycki
GPG Key ID: 04D4E2012F969213

View File

@ -17,6 +17,7 @@ class CVResource extends JsonResource
'email' => $this->email,
'phoneNumber' => $this->phoneNumber,
'formattedPhoneNumber' => $this->formattedPhoneNumber,
'locations' => $this->locations,
];
}
}