From 793f65d3a308a8ffd7925c13b079119963420893 Mon Sep 17 00:00:00 2001 From: sephster Date: Sat, 13 Oct 2018 16:14:15 +0100 Subject: [PATCH] Remove unused scope entity interface --- src/Grant/AuthCodeGrant.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Grant/AuthCodeGrant.php b/src/Grant/AuthCodeGrant.php index 16f56481..db2dee47 100644 --- a/src/Grant/AuthCodeGrant.php +++ b/src/Grant/AuthCodeGrant.php @@ -10,7 +10,6 @@ namespace League\OAuth2\Server\Grant; use League\OAuth2\Server\Entities\ClientEntityInterface; -use League\OAuth2\Server\Entities\ScopeEntityInterface; use League\OAuth2\Server\Entities\UserEntityInterface; use League\OAuth2\Server\Exception\OAuthServerException; use League\OAuth2\Server\Repositories\AuthCodeRepositoryInterface;