changed redirect from updating moons to display moons

This commit is contained in:
2018-10-30 01:27:16 -05:00
parent a568730d80
commit 468a3209ad

View File

@@ -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');
}
}