Skip to content

Commit

Permalink
Merge pull request #24 from dmmike/patch-1
Browse files Browse the repository at this point in the history
Update Oauth2Module.php
  • Loading branch information
rhertogh authored Oct 31, 2024
2 parents 6c597b7 + 152c30f commit 191f670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Oauth2Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ public function generatePersonalAccessToken($clientIdentifier, $userIdentifier,
/**
* @inheritDoc
*/
protected function getRequestOauthClaim($attribute, $default = null)
public function getRequestOauthClaim($attribute, $default = null)
{
if (empty($this->_oauthClaimsAuthorizationHeader)) {
// User authorization was not processed by Oauth2Module.
Expand Down

0 comments on commit 191f670

Please sign in to comment.