diff --git a/app/Models/OAuth2/Client.php b/app/Models/OAuth2/Client.php index c1bd9baa..4067d6d7 100644 --- a/app/Models/OAuth2/Client.php +++ b/app/Models/OAuth2/Client.php @@ -18,6 +18,7 @@ use OAuth2\Models\IClient; use OAuth2\Models\IClientPublicKey; use OAuth2\Models\JWTResponseInfo; use OAuth2\Models\TokenEndpointAuthInfo; +use Services\Facades\ServerConfigurationService; use Utils\Model\BaseModelEloquent; use OAuth2\Models\IApiScope; use Exception;