From 0db54cf1e58a45bc78d23b973fd37cca547c6e27 Mon Sep 17 00:00:00 2001 From: sephster Date: Sun, 23 Jun 2019 17:40:39 +0100 Subject: [PATCH] Reinstate use for ClientEntityInterface --- src/Grant/AuthCodeGrant.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Grant/AuthCodeGrant.php b/src/Grant/AuthCodeGrant.php index e1b2b981..a11828d7 100644 --- a/src/Grant/AuthCodeGrant.php +++ b/src/Grant/AuthCodeGrant.php @@ -15,6 +15,7 @@ use Exception; use League\OAuth2\Server\CodeChallengeVerifiers\CodeChallengeVerifierInterface; use League\OAuth2\Server\CodeChallengeVerifiers\PlainVerifier; use League\OAuth2\Server\CodeChallengeVerifiers\S256Verifier; +use League\OAuth2\Server\Entities\ClientEntityInterface; use League\OAuth2\Server\Entities\UserEntityInterface; use League\OAuth2\Server\Exception\OAuthServerException; use League\OAuth2\Server\Repositories\AuthCodeRepositoryInterface;