Skip to content

Commit

Permalink
Remove constant reference as we dont use it
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Oct 12, 2022
1 parent 7bb80b3 commit 885d4a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Provider/Genesys.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ class Genesys extends AbstractProvider
{
use BearerAuthorizationTrait;

public const ACCESS_TOKEN_RESOURCE_OWNER_ID = null;

public string $apiDomain = 'https://api.mypurecloud.com/api/v2';

public string $authDomain = 'https://login.mypurecloud.com';
Expand Down

0 comments on commit 885d4a5

Please sign in to comment.