diff options
-rw-r--r-- | Http/HttpUtils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/HttpUtils.php b/Http/HttpUtils.php index 3eccb41..a293538 100644 --- a/Http/HttpUtils.php +++ b/Http/HttpUtils.php @@ -54,7 +54,7 @@ class HttpUtils $path = $this->generateUrl($path, true); } - return new RedirectResponse($path, 302); + return new RedirectResponse($path, $status); } /** |