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