Changed Case of Oauth2 namespace to OAuth2 namespace

This commit is contained in:
Daniel Horrigan
2013-01-08 16:35:29 -05:00
parent 385111a1f2
commit c12472857b
14 changed files with 60 additions and 60 deletions

View File

@ -1,6 +1,6 @@
<?php
use Oauth2\Authentication\Database;
use OAuth2\Authentication\Database;
class OAuthdb implements Database
{