Skip to content

Commit 10ccc9e

Browse files
authored
Bugfix: enable API to interact with notes
Otherwise API doesn't allow to interact with notes because of this omission.
1 parent 292b63d commit 10ccc9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/IntercomClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public function __construct($usernamePart, $passwordPart)
6060
$this->tags = new IntercomTags($this);
6161
$this->counts = new IntercomCounts($this);
6262
$this->bulk = new IntercomBulk($this);
63+
$this->notes = new IntercomNotes($this);
6364

6465
$this->usernamePart = $usernamePart;
6566
$this->passwordPart = $passwordPart;

0 commit comments

Comments
 (0)