Changed the class to AuthServer

This commit is contained in:
Alex Bilbie 2012-07-20 11:04:23 +01:00
parent 727cdb54e7
commit b1a55806a8

View File

@ -8,7 +8,7 @@ class OAuthServerUserException extends \Exception {}
class OAuthServerException extends \Exception {}
class Server
class AuthServer
{
private $db = null;