From 7be4caa852cc8b317b9ef8afc34b2ed26d10131c Mon Sep 17 00:00:00 2001 From: mychidarko Date: Tue, 1 Oct 2024 16:28:07 +0000 Subject: [PATCH] chore: clean up --- src/Response.php | 1 - 1 file changed, 1 deletion(-) 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 *