mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
All interfaces extend StorageInterface
This commit is contained in:
@@ -19,7 +19,7 @@ use League\OAuth2\Server\Entity\ScopeEntity;
|
||||
/**
|
||||
* Session storage interface
|
||||
*/
|
||||
interface SessionInterface
|
||||
interface SessionInterface extends StorageInterface
|
||||
{
|
||||
/**
|
||||
* Get a session from an access token
|
||||
|
Reference in New Issue
Block a user