mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 10:18:55 +05:30
Fixed namespaces
This commit is contained in:
parent
f346fde718
commit
2b17c1f7af
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace OAuth2;
|
namespace Oauth2;
|
||||||
|
|
||||||
interface Database
|
interface Database
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace OAuth2;
|
namespace Oauth2;
|
||||||
|
|
||||||
class OAuthServerClientException extends \Exception {}
|
class OAuthServerClientException extends \Exception {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user