Skip to content

Commit

Permalink
Nullable company (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored Mar 14, 2023
1 parent 246636f commit e329c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Response/AccountResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AccountResponse

public ?string $job_function;

public string $company;
public ?string $company;

public string $country;

Expand Down

0 comments on commit e329c25

Please sign in to comment.