From 938c6f4de36550c967a5f042492c8dd0a6ac0cb4 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 22 Sep 2011 00:43:42 -0500 Subject: [PATCH] change response content to public. --- laravel/response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/response.php b/laravel/response.php index 95a41042..32252cd5 100644 --- a/laravel/response.php +++ b/laravel/response.php @@ -7,7 +7,7 @@ class Response { * * @var mixed */ - protected $content; + public $content; /** * The HTTP status code of the response.