change response content to public.
This commit is contained in:
parent
7a20240395
commit
938c6f4de3
|
@ -7,7 +7,7 @@ class Response {
|
|||
*
|
||||
* @var mixed
|
||||
*/
|
||||
protected $content;
|
||||
public $content;
|
||||
|
||||
/**
|
||||
* The HTTP status code of the response.
|
||||
|
|
Loading…
Reference in New Issue