From 77b5282b46d913c0d5c1fe479d5101f0e2951688 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 5 Apr 2015 21:13:15 +0100 Subject: [PATCH] Namespace updates --- src/Repositories/RefreshTokenRepositoryInterface.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Repositories/RefreshTokenRepositoryInterface.php b/src/Repositories/RefreshTokenRepositoryInterface.php index bf65468c..98c4631e 100644 --- a/src/Repositories/RefreshTokenRepositoryInterface.php +++ b/src/Repositories/RefreshTokenRepositoryInterface.php @@ -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