Skip to content

Commit

Permalink
fix: view name
Browse files Browse the repository at this point in the history
  • Loading branch information
BossOfGames committed Jan 28, 2024
1 parent 5c74ce0 commit c89a5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Http/Controllers/Frontend/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c89a5b9

Please sign in to comment.