mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Changed the namespace to "OAuth2"
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace oauth2server;
|
||||
namespace OAuth2;
|
||||
|
||||
interface Database
|
||||
{
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace oauth2server;
|
||||
namespace OAuth2;
|
||||
|
||||
class OAuthServerClientException extends \Exception {}
|
||||
|
||||
|
Reference in New Issue
Block a user