tweaking.

This commit is contained in:
Taylor Otwell
2012-04-04 11:19:52 -05:00
parent 9499758806
commit 04eea426e8
2 changed files with 2 additions and 1 deletions

View File

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