Skip to content

Commit

Permalink
Merge pull request #1034 from alshf89/alshf
Browse files Browse the repository at this point in the history
[7.0] Change server Property type in CheckClientCredentialForAnyScope
  • Loading branch information
taylorotwell authored Jul 2, 2019
2 parents 758e143 + 4e5149e commit b4cc188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Middleware/CheckClientCredentialsForAnyScope.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class CheckClientCredentialsForAnyScope
*
* @var \League\OAuth2\Server\ResourceServer
*/
private $server;
protected $server;

/**
* Create a new middleware instance.
Expand Down

0 comments on commit b4cc188

Please sign in to comment.