moon admin controller for approving or denying moon has been updated.

This commit is contained in:
2020-03-02 21:37:02 -06:00
parent efb53579a8
commit a2e8ea4ffd
2 changed files with 64 additions and 30 deletions

View File

@@ -31,7 +31,7 @@ class CreateAllianceMoonsTable extends Migration
$table->string('FourthOre')->default('None');
$table->integer('FourthQuantity')->default('0');
$table->string('MoonType');
$table->enum('Available', [
$table->enum('Availability', [
'Available',
'Request Pending',
'Reserved',