Browse Source

change response content to public.

Taylor Otwell 13 years ago
parent
commit
938c6f4de3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/response.php

+ 1 - 1
laravel/response.php

@@ -7,7 +7,7 @@ class Response {
 	 *
 	 * @var mixed
 	 */
-	protected $content;
+	public $content;
 
 	/**
 	 * The HTTP status code of the response.