moon rental form

This commit is contained in:
2021-07-10 21:21:49 -05:00
parent 8bd44c10b8
commit daa72ff60c
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ class MiningTaxesController extends Controller
} else if($request->entity_type == 'Alliance') {
$entityId = $lookup->AllianceNameToId();
} else {
return redirect('error', 'Moon Rental error. Please contact the site admin.');
return redirect('/dashboard')->with('error', 'Moon Rental error. Please contact the site admin.');
}
dd($entityId);