mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
Added resource server database
This commit is contained in:
parent
9df1c8e20d
commit
8946e0172b
7
src/Oauth2/Resource/Database.php
Normal file
7
src/Oauth2/Resource/Database.php
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Oauth2\Resource;
|
||||||
|
|
||||||
|
interface Database
|
||||||
|
{
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user