From 72d6bdbb1c40afb579687e04f9b2f3e690f5a489 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 24 Apr 2014 15:22:50 +0200 Subject: [PATCH] http\Body -> http\Message\Body --- http/Env/getRequestBody.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/Env/getRequestBody.md b/http/Env/getRequestBody.md index 4fcd24a..52e5594 100644 --- a/http/Env/getRequestBody.md +++ b/http/Env/getRequestBody.md @@ -5,7 +5,7 @@ Retreive the current HTTP request's body. ## Parameters: * Optional string $body_class_name - A user class extending http\Body. + A user class extending http\Message\Body. ## Returns: -- 2.30.2