Remove unused scope entity interface

This commit is contained in:
sephster 2018-10-13 16:14:15 +01:00
parent 322b55eddf
commit 793f65d3a3
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

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