Changing the variable name to match the usage

This commit is contained in:
Stanimir Stoyanov 2017-03-19 17:38:44 +02:00 committed by GitHub
parent e6e6f75b56
commit 80deeaaec3

View File

@ -17,7 +17,7 @@ Wherever you intialize your objects, initialize a new instance of the resource s
$accessTokenRepository = new AccessTokenRepository(); // instance of AccessTokenRepositoryInterface
// Path to authorization server's public key
$publicKey = 'file://path/to/public.key';
$publicKeyPath = 'file://path/to/public.key';
// Setup the authorization server
$server = new \League\OAuth2\Server\ResourceServer(