Renamed Authorization to AuthorizationServer

This commit is contained in:
Alex Bilbie
2014-02-24 14:42:22 +00:00
parent e4622b1f65
commit 5254c9d225
8 changed files with 17 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ namespace LeagueTests\Grant;
use League\OAuth2\Server\Grant\ClientCredentials;
use League\OAuth2\Server\Entity\Scope;
use League\OAuth2\Server\Entity\Client;
use League\OAuth2\Server\Authorization;
use League\OAuth2\Server\AuthorizationServer as Authorization;
use League\OAuth2\Server\Grant\ClientException;
use Mockery as M;