Skip to content

Commit

Permalink
Create Response.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayron Miranda authored Jun 14, 2017
1 parent f4c2891 commit 707eda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function setHeader($value, $replace = true, $httpResponseCode = null)
$key = current(explode(' ', $value));
$header = array(
'value' => $value,
'replate' => $replace,
'replace' => $replace,
'httpResponseCode' => $httpResponseCode
);

Expand Down

0 comments on commit 707eda8

Please sign in to comment.