@@ -9,10 +9,10 @@ |
||
9 | 9 | |
10 | 10 | namespace League\OAuth2\Server\Grant; |
11 | 11 | |
12 | +use League\OAuth2\Server\Entities\AuthCodeEntityInterface; |
|
12 | 13 | use League\OAuth2\Server\Entities\ClientEntityInterface; |
13 | 14 | use League\OAuth2\Server\Entities\ScopeEntityInterface; |
14 | 15 | use League\OAuth2\Server\Entities\UserEntityInterface; |
15 | -use League\OAuth2\Server\Entities\AuthCodeEntityInterface; |
|
16 | 16 | use League\OAuth2\Server\Exception\OAuthServerException; |
17 | 17 | use League\OAuth2\Server\Repositories\AuthCodeRepositoryInterface; |
18 | 18 | use League\OAuth2\Server\Repositories\RefreshTokenRepositoryInterface; |