Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jszobody authored Jul 21, 2023
1 parent 7666476 commit 573ce21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ HUBSPOT_ACCESS_TOKEN=XXX-XXX-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
You may retrieve single object records using the `find` method on any object class and providing the ID.

```php
use STS\HubSpot\Crm\Contact;

$contact = Contact::find(123);
```

Expand Down

0 comments on commit 573ce21

Please sign in to comment.