From 55d68bd10533e1abab3c9dd82b9385fcea78326d Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Thu, 7 Feb 2013 14:54:56 +0000 Subject: [PATCH] Import namespace for util\request --- src/OAuth2/ResourceServer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OAuth2/ResourceServer.php b/src/OAuth2/ResourceServer.php index 2da1103c..2f7ef991 100644 --- a/src/OAuth2/ResourceServer.php +++ b/src/OAuth2/ResourceServer.php @@ -6,6 +6,7 @@ use OutOfBoundsException; use OAuth2\Storage\SessionInterface; use OAuth2\Storage\SessionScopeInterface; use OAuth2\Util\RequestInterface; +use OAuth2\Util\Request; class ResourceServer {