From 95d068e818404a3b5dc3bb1afa550bd2eb3a204b Mon Sep 17 00:00:00 2001 From: Luca Degasperi Date: Tue, 6 May 2014 13:52:50 +0200 Subject: [PATCH] Added a missing use statement --- src/Exception/OAuthException.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Exception/OAuthException.php b/src/Exception/OAuthException.php index b842bffe..dc0dbbfd 100644 --- a/src/Exception/OAuthException.php +++ b/src/Exception/OAuthException.php @@ -11,6 +11,8 @@ namespace League\OAuth2\Server\Exception; +use Symfony\Component\HttpFoundation\Request; + /** * Exception class */