Skip to content

Commit

Permalink
Merge pull request #542 from veshant/patch-1
Browse files Browse the repository at this point in the history
add endpoint property
  • Loading branch information
token-cjg authored Dec 9, 2024
2 parents 63e8bce + 6f7dab2 commit 9ea59ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Zendesk/API/Resources/Core/Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ class Users extends ResourceAbstract
*/
protected $identities;

/**
* @var string
*/
protected $endpoint;

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 9ea59ec

Please sign in to comment.