Skip to content

Commit 33b5834

Browse files
Merge pull request #32 from jeffreyvanhees/patch-4
Contact's lastname should be nullable
2 parents de2bc7c + e3229fa commit 33b5834

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Api/Contacts/Contact.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Contact extends BaseDto
1414

1515
public ?string $firstname;
1616

17-
public string $lastname;
17+
public ?string $lastname;
1818

1919
public ?string $address1;
2020

0 commit comments

Comments
 (0)