changed redirect from updating moons to display moons
This commit is contained in:
@@ -118,6 +118,6 @@ class MoonsController extends Controller
|
||||
'RentalEnd' => $date,
|
||||
]);
|
||||
|
||||
return redirect('/dashboard')->with('success', 'Moon Updated');
|
||||
return redirect('/moons/display')->with('success', 'Moon Updated');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user