$accessToken should be protected not public

This commit is contained in:
Alex Bilbie 2014-01-17 17:16:52 +00:00
parent 9de979a4ee
commit c5f48782e6

View File

@ -29,7 +29,7 @@ class Resource extends AbstractServer
* The access token * The access token
* @var League\OAuth2\Server\AccessToken * @var League\OAuth2\Server\AccessToken
*/ */
public $accessToken; protected $accessToken;
/** /**
* The query string key which is used by clients to present the access token (default: access_token) * The query string key which is used by clients to present the access token (default: access_token)