From 706855f5934f772dc4aa1d4c08b5cccbafdf5d9b Mon Sep 17 00:00:00 2001 From: chrismckinnel Date: Thu, 17 May 2012 10:48:25 +0200 Subject: [PATCH] Need to use Model\IOAuth2Client for this to play nicely with FOSOAuthServerBundle (Storage\OAuthStorage.php). --- lib/OAuth2/IOAuth2GrantClient.php | 2 ++ 1 file changed, 2 insertions(+) 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