From 6e6baf5b7551f5180f0e71ac3a0a60e9193abcd4 Mon Sep 17 00:00:00 2001 From: Sephster Date: Mon, 13 Nov 2017 23:57:24 +0000 Subject: [PATCH] Remove abstract authorize grant use --- src/AuthorizationServer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/AuthorizationServer.php b/src/AuthorizationServer.php index 40386653..c375af47 100644 --- a/src/AuthorizationServer.php +++ b/src/AuthorizationServer.php @@ -12,7 +12,6 @@ namespace League\OAuth2\Server; use League\Event\EmitterAwareInterface; use League\Event\EmitterAwareTrait; use League\OAuth2\Server\Exception\OAuthServerException; -use League\OAuth2\Server\Grant\AbstractAuthorizeGrant; use League\OAuth2\Server\Grant\GrantTypeInterface; use League\OAuth2\Server\Repositories\AccessTokenRepositoryInterface; use League\OAuth2\Server\Repositories\ClientRepositoryInterface;