diff --git a/lib/OAuth2/IOAuth2GrantClient.php b/lib/OAuth2/IOAuth2GrantClient.php index 10b291f..6e6248d 100644 --- a/lib/OAuth2/IOAuth2GrantClient.php +++ b/lib/OAuth2/IOAuth2GrantClient.php @@ -2,6 +2,8 @@ namespace OAuth2; +use OAuth2\Model\IOAuth2Client; + /** * Storage engines that support the "Client Credentials" * grant type should implement this interface