From 93f9727f195bdf7095226ec793b93dc9ff2d816a Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 6 Jul 2012 13:32:36 +0100 Subject: [PATCH] Added scope to __construct method --- src/oauth2server/AccessToken.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oauth2server/AccessToken.php b/src/oauth2server/AccessToken.php index 22a69787..95e9d853 100644 --- a/src/oauth2server/AccessToken.php +++ b/src/oauth2server/AccessToken.php @@ -4,7 +4,7 @@ namespace LNCD\OAuth2server; class AccessToken { - function __construct() + public function __construct() { }