Moved request class to util folder

This commit is contained in:
Alex Bilbie 2013-02-05 15:55:04 +00:00
parent 463803f74d
commit 920fd9344f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
namespace OAuth2; namespace OAuth2\Util;
use OutOfBoundsException; use OutOfBoundsException;
use InvalidMethodCallException; use InvalidMethodCallException;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace OAuth2; namespace OAuth2\Util;
interface RequestInterface interface RequestInterface
{ {