fix where in shortcut and response header casing problem.

This commit is contained in:
Taylor Otwell
2012-04-01 13:48:27 -05:00
parent b72f4e9fd9
commit d2f35900cd
2 changed files with 8 additions and 6 deletions

View File

@@ -89,7 +89,7 @@ class Response {
{
$this->status = $status;
$this->content = $content;
$this->headers = $headers;
$this->headers = array_change_key_case($headers);
}
/**