Renamed Authorizationcode to AuthorizationCode

PSR-0 and Ubuntu both care about case-sensitivity.
1.0
Phil Sturgeon 2014-04-29 10:55:17 +01:00
parent 9817cfcbb5
commit 80c704679d
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
namespace League\OAuth2\Client\Grant;
use League\OAuth2\Client\Token\AccessToken as AccessToken;
use League\OAuth2\Client\Token\AccessToken;
class Authorizationcode implements GrantInterface
class AuthorizationCode implements GrantInterface
{
public function __toString()
{