Fix unused use statement

This commit is contained in:
Andrew Millington 2018-05-24 12:23:26 +01:00
parent ae4ab26aaf
commit 72ead2e3ce
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -3,7 +3,6 @@
namespace LeagueTests\AuthorizationValidators;
use Lcobucci\JWT\Builder;
use League\OAuth2\Server\Exception\OAuthServerException;
use League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator;
use League\OAuth2\Server\CryptKey;
use League\OAuth2\Server\Repositories\AccessTokenRepositoryInterface;