change response content to public.

This commit is contained in:
Taylor Otwell 2011-09-22 00:43:42 -05:00
parent 7a20240395
commit 938c6f4de3
1 changed files with 1 additions and 1 deletions

View File

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