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 */