Namespace updates

This commit is contained in:
Alex Bilbie 2015-04-05 21:13:15 +01:00
parent e88d802918
commit 77b5282b46

View File

@ -9,14 +9,12 @@
* @link https://github.com/thephpleague/oauth2-server
*/
namespace League\OAuth2\Server\Storage;
use League\OAuth2\Server\Entity\RefreshTokenEntity;
namespace League\OAuth2\Server\Repositories;
/**
* Refresh token interface
*/
interface RefreshTokenInterface extends StorageInterface
interface RefreshTokenRepositoryInterface extends RepositoryInterface
{
/**
* Return a new instance of \League\OAuth2\Server\Entity\RefreshTokenEntity