From 80c704679d299f1018514d48f862edf7ca08ddf5 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Tue, 29 Apr 2014 10:55:17 +0100 Subject: [PATCH] Renamed Authorizationcode to AuthorizationCode PSR-0 and Ubuntu both care about case-sensitivity. --- src/Grant/AuthorizationCode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Grant/AuthorizationCode.php b/src/Grant/AuthorizationCode.php index 4249f0d..f1eb0bd 100644 --- a/src/Grant/AuthorizationCode.php +++ b/src/Grant/AuthorizationCode.php @@ -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() {