Commit 963426cb authored by Taylor Otwell's avatar Taylor Otwell

building on http foundation.

parent 97ac2c8d
...@@ -144,7 +144,7 @@ class Response { ...@@ -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)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment