mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 09:47:46 +05:30
Moved request class to util folder
This commit is contained in:
parent
463803f74d
commit
920fd9344f
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace OAuth2;
|
||||
namespace OAuth2\Util;
|
||||
|
||||
use OutOfBoundsException;
|
||||
use InvalidMethodCallException;
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace OAuth2;
|
||||
namespace OAuth2\Util;
|
||||
|
||||
interface RequestInterface
|
||||
{
|
Loading…
Reference in New Issue
Block a user