mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 09:47:46 +05:30
Merge pull request #166 from lucadegasperi/patch-1
Added a missing use statement
This commit is contained in:
commit
54c2c48704
@ -11,6 +11,8 @@
|
|||||||
|
|
||||||
namespace League\OAuth2\Server\Exception;
|
namespace League\OAuth2\Server\Exception;
|
||||||
|
|
||||||
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Exception class
|
* Exception class
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user