Skip to content

Commit

Permalink
Merge pull request #436 from HVSoftware/bugfix/add_tickets_method_to_…
Browse files Browse the repository at this point in the history
…users_class

will update the PHPDoc block to add the @method tickets() to the User class
  • Loading branch information
ecoologic authored Oct 10, 2023
2 parents da33207 + 2d0ebf3 commit 54370a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Zendesk/API/Resources/Core/Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @method OrganizationMemberships organizationMemberships()
* @method OrganizationSubscriptions organizationSubscriptions()
* @method Requests requests()
* @method UserTickets tickets()
*/
class Users extends ResourceAbstract
{
Expand Down

0 comments on commit 54370a6

Please sign in to comment.