From 963426cb9e48b12ad5d5f798a405c97af407dae8 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 1 Apr 2012 15:33:35 -0500 Subject: [PATCH] building on http foundation. --- laravel/response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/response.php b/laravel/response.php index 991931c5..6f8c948a 100644 --- a/laravel/response.php +++ b/laravel/response.php @@ -144,7 +144,7 @@ public static function download($path, $name = null, $headers = array()) public static function prepare($response) { // 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. if ( ! $response instanceof Response) {