Merge pull request #166 from lucadegasperi/patch-1

Added a missing use statement
This commit is contained in:
Alex Bilbie 2014-05-06 12:57:14 +01:00
commit 54c2c48704

View File

@ -11,6 +11,8 @@
namespace League\OAuth2\Server\Exception; namespace League\OAuth2\Server\Exception;
use Symfony\Component\HttpFoundation\Request;
/** /**
* Exception class * Exception class
*/ */