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