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