We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7666476 commit 573ce21Copy full SHA for 573ce21
README.md
@@ -41,6 +41,8 @@ HUBSPOT_ACCESS_TOKEN=XXX-XXX-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
41
You may retrieve single object records using the `find` method on any object class and providing the ID.
42
43
```php
44
+use STS\HubSpot\Crm\Contact;
45
+
46
$contact = Contact::find(123);
47
```
48
0 commit comments