Skip to content

Commit cc970d1

Browse files
authored
Merge pull request #145 from 512banque/master
Bugfix: enable API to interact with notes
2 parents 292b63d + 10ccc9e commit cc970d1

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)