Skip to content

Commit 9ede125

Browse files
authored
Merge pull request #148 from rbibby/50-add-request-id-to-reply-objects
Set basePath in ReplyClient
2 parents 56bc6e4 + a906bdf commit 9ede125

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PSS/ReplyClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
class ReplyClient extends BaseClient
1111
{
12+
protected $basePath = 'pss/';
13+
1214
/**
1315
* Gets a paginated response of all replies to a ticket
1416
*

0 commit comments

Comments
 (0)