Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ksvirkou-hubspot committed Jun 2, 2020
2 parents 3059f3f + fb9847d commit b10e836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $response = $hubSpot->crm()->contacts()->basicApi()->getPage();
#### Search for a contact:

```php
$filter = new \HubSpot\Client\Crm\Contacts\Model\FilterFilter();
$filter = new \HubSpot\Client\Crm\Contacts\Model\Filter();
$filter
->setOperator('EQ')
->setPropertyName('email')
Expand Down

0 comments on commit b10e836

Please sign in to comment.