From 920fd9344fcb3af0f35dfe68269f08dd3fe18550 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Tue, 5 Feb 2013 15:55:04 +0000 Subject: [PATCH] Moved request class to util folder --- src/OAuth2/{ => Util}/Request.php | 2 +- src/OAuth2/{ => Util}/RequestInterface.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/OAuth2/{ => Util}/Request.php (99%) rename src/OAuth2/{ => Util}/RequestInterface.php (95%) diff --git a/src/OAuth2/Request.php b/src/OAuth2/Util/Request.php similarity index 99% rename from src/OAuth2/Request.php rename to src/OAuth2/Util/Request.php index 6c5c1742..0e47a1f7 100644 --- a/src/OAuth2/Request.php +++ b/src/OAuth2/Util/Request.php @@ -1,6 +1,6 @@