Added scope to __construct method

This commit is contained in:
Alex Bilbie 2012-07-06 13:32:36 +01:00
parent 01e13d167b
commit 93f9727f19

View File

@ -4,7 +4,7 @@ namespace LNCD\OAuth2server;
class AccessToken
{
function __construct()
public function __construct()
{
}