All interfaces extend StorageInterface

This commit is contained in:
Alex Bilbie
2014-11-07 02:31:37 +00:00
parent 4bbbc72035
commit a2a768b6e6
7 changed files with 7 additions and 7 deletions

View File

@@ -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