Skip to content

Commit

Permalink
Fix classname for autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
bjyoungblood committed Jan 26, 2016
1 parent 4b75397 commit 9143a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/ApiConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Auth0\SDK\API\Header\Authorization\AuthorizationBearer;
use Auth0\SDK\API\Header\ContentType;

class ApiConnection {
class ApiConnections {

protected static function getApiV2Client($domain) {

Expand Down

0 comments on commit 9143a20

Please sign in to comment.