Skip to content

Commit

Permalink
add default value to Response::redirect()
Browse files Browse the repository at this point in the history
  • Loading branch information
tflori committed Nov 22, 2016
1 parent 7448051 commit 150bd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function getContent();
* @param string $url
* @param bool $permanent
*/
public function redirect($url, $permanent);
public function redirect($url, $permanent = false);

/**
* Sends the headers and content
Expand Down

0 comments on commit 150bd2b

Please sign in to comment.