mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 10:18:55 +05:30
Added a missing use statement
This commit is contained in:
parent
b8e2c5a3f8
commit
95d068e818
@ -11,6 +11,8 @@
|
||||
|
||||
namespace League\OAuth2\Server\Exception;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
/**
|
||||
* Exception class
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user