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