Made the response headers public.

This commit is contained in:
Taylor Otwell 2011-06-10 13:18:52 -07:00
parent b91930c592
commit 328b9fcb28

View File

@ -21,7 +21,7 @@ class Response {
*
* @var array
*/
private $headers = array();
public $headers = array();
/**
* HTTP status codes.