Updated namespaces

This commit is contained in:
Alex Bilbie 2012-07-25 15:18:49 +01:00
parent def2f4822c
commit 3ca2abc0ae
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace Oauth2;
namespace Oauth2\Authentication;
interface Database
{

View File

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