diff --git a/src/Response.php b/src/Response.php index 17056e1..a4c77c4 100755 --- a/src/Response.php +++ b/src/Response.php @@ -278,7 +278,6 @@ public function redirect(string $url, int $status = 302) Headers::set('Location', $url, true, $status); } - /** * Pass data to the route handler *