Changed the namespace to "OAuth2"

This commit is contained in:
Alex Bilbie 2012-07-20 17:49:59 +01:00
parent 2e653ca351
commit d7cde41fb1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
namespace oauth2server; namespace OAuth2;
interface Database interface Database
{ {

View File

@ -1,6 +1,6 @@
<?php <?php
namespace oauth2server; namespace OAuth2;
class OAuthServerClientException extends \Exception {} class OAuthServerClientException extends \Exception {}