Skip to content

Commit 573ce21

Browse files
authored
Update README.md
1 parent 7666476 commit 573ce21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ HUBSPOT_ACCESS_TOKEN=XXX-XXX-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
4141
You may retrieve single object records using the `find` method on any object class and providing the ID.
4242

4343
```php
44+
use STS\HubSpot\Crm\Contact;
45+
4446
$contact = Contact::find(123);
4547
```
4648

0 commit comments

Comments
 (0)