moon rentals again

This commit is contained in:
2021-05-30 16:19:12 +09:00
parent c3becc324b
commit 751a412185
15 changed files with 408 additions and 42 deletions
@@ -33,6 +33,27 @@ class MiningTaxesAdminController extends Controller
$this->middleware('role:Admin');
}
/**
* Display the page to setup the form for corporations to rent a moon
*/
public function DisplayMoonRentalForm() {
}
/**
* Store the details for the form for corporations renting a specific moon
*/
public function StoreMoonRentalForm() {
}
/**
* Remove a moon from being rented from a specific corporation
*/
public function DeleteMoonRental(Request $request) {
}
/**
* Display current unpaid invoices
*/