mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-03 18:51:53 +05:30
Updated namespaces
This commit is contained in:
parent
def2f4822c
commit
3ca2abc0ae
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Oauth2;
|
namespace Oauth2\Authentication;
|
||||||
|
|
||||||
interface Database
|
interface Database
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Oauth2;
|
namespace Oauth2\Authentication;
|
||||||
|
|
||||||
class OAuthServerClientException extends \Exception {}
|
class OAuthServerClientException extends \Exception {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user