Skip to content

Commit

Permalink
Update EntitlementsRepository.php
Browse files Browse the repository at this point in the history
Change endpoints
  • Loading branch information
key2peace authored Oct 21, 2023
1 parent a162632 commit b532a79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Discord/Repository/Interaction/EntitlementsRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ class EntitlementsRepository extends AbstractRepository
* {@inheritDoc}
*/
protected $endpoints = [
'all' => Endpoint::APPLICATION_LIST_ENTITLEMENTS ,
'create' => Endpoint::APPLICATION_CREATE_TEST_ENTITLEMENTS,
'delete' => Endpoint::APPLICATION_DELETE_TEST_ENTITLEMENTS,
'all' => Endpoint::APPLICATION_ENTITLEMENTS,
'create' => Endpoint::APPLICATION_TEST_ENTITLEMENTS,
'delete' => Endpoint::APPLICATION_TEST_ENTITLEMENT,
];

/**
Expand Down

0 comments on commit b532a79

Please sign in to comment.