We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e78c5 commit d98442aCopy full SHA for d98442a
src/Resources/Contacts/Contacts/Contact.php
@@ -34,7 +34,7 @@ class Contact extends Resource
34
public ?string $profile_image;
35
36
/** @deprecated use street_name, house_number, address_addition instead. This property is not included in the create and update requests. */
37
- public ?string $address = null;
+ public ?string $address;
38
39
public function __construct(
40
public int|ContactType $contact_type_id = ContactType::COMPANY,
0 commit comments