From 3a6468897f52a788f39a4146ddce4236e896049d Mon Sep 17 00:00:00 2001 From: lapause Date: Wed, 20 Mar 2013 15:58:27 +0100 Subject: [PATCH] Removed obsolete namespace inclusion --- src/OAuth2/ResourceServer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/OAuth2/ResourceServer.php b/src/OAuth2/ResourceServer.php index e7cc7d2f..05359de7 100644 --- a/src/OAuth2/ResourceServer.php +++ b/src/OAuth2/ResourceServer.php @@ -13,7 +13,6 @@ namespace OAuth2; use OutOfBoundsException; use OAuth2\Storage\SessionInterface; -use OAuth2\Storage\SessionScopeInterface; use OAuth2\Util\RequestInterface; use OAuth2\Util\Request;