From c89a5b96cde190aa6c3303645437c51e5c713683 Mon Sep 17 00:00:00 2001 From: Taylor Broad Date: Sun, 28 Jan 2024 22:22:48 +0900 Subject: [PATCH] fix: view name --- Http/Controllers/Frontend/IndexController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Http/Controllers/Frontend/IndexController.php b/Http/Controllers/Frontend/IndexController.php index bb2061a..28e56af 100644 --- a/Http/Controllers/Frontend/IndexController.php +++ b/Http/Controllers/Frontend/IndexController.php @@ -63,7 +63,7 @@ public function store(Request $request) } catch (\Exception $exception) { //dd($exception); Session::flash('error', $exception->getMessage()); - return to_route('chfreeflight.index'); + return to_route('chfreeflight.create'); } // Add the Bid to the User Account