Skip to content

Commit 4c9b46b

Browse files
Enhancement: Add use statement (intercom#327)
Co-authored-by: Gabriel Anca Corral <[email protected]>
1 parent c66685d commit 4c9b46b

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
@@ -73,6 +73,8 @@ $client->setUriFactory($yourUriFactory);
7373
This library is intended to work with any API Version. By default, the version that you have configured for your App in the [Developer Hub](https://developers.intercom.com/) will be used. However, you can overwrite that version for a single request or for all the requests using this library by including the `Intercom-Version` header when initializing the client as follows:
7474

7575
```php
76+
use Intercom\IntercomClient;
77+
7678
$client = new IntercomClient(
7779
'<insert_token_here>',
7880
null,

0 commit comments

Comments
 (0)