mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-24 12:33:07 +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;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
/**
|
||||
* Exception class
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user