building on http foundation.

This commit is contained in:
Taylor Otwell
2012-04-01 15:33:35 -05:00
parent 97ac2c8dbf
commit 963426cb9e

View File

@@ -144,7 +144,7 @@ class Response {
public static function prepare($response) public static function prepare($response)
{ {
// We'll need to force the response to be a string before closing // We'll need to force the response to be a string before closing
// the session, since the developer may be utilizing the session // the session since the developer may be utilizing the session
// within the view, and we can't age it until rendering. // within the view, and we can't age it until rendering.
if ( ! $response instanceof Response) if ( ! $response instanceof Response)
{ {