Commit 328b9fcb authored by Taylor Otwell's avatar Taylor Otwell

Made the response headers public.

parent b91930c5
...@@ -21,7 +21,7 @@ class Response { ...@@ -21,7 +21,7 @@ class Response {
* *
* @var array * @var array
*/ */
private $headers = array(); public $headers = array();
/** /**
* HTTP status codes. * HTTP status codes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment