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.