Skip to content

Commit

Permalink
add endpoint property
Browse files Browse the repository at this point in the history
  • Loading branch information
veshant authored Oct 31, 2024
1 parent f47e853 commit 6f7dab2
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 6f7dab2

Please sign in to comment.