mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-04-08 06:57:00 +05:30
All interfaces extend StorageInterface
This commit is contained in:
@@ -14,7 +14,7 @@ namespace League\OAuth2\Server\Storage;
|
||||
/**
|
||||
* Scope interface
|
||||
*/
|
||||
interface ScopeInterface
|
||||
interface ScopeInterface extends StorageInterface
|
||||
{
|
||||
/**
|
||||
* Return information about a scope
|
||||
|
||||
Reference in New Issue
Block a user