From 18d1eee592c19a3cdc4fd8bc0f4d905acc783f8e Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 7 Jun 2020 00:05:53 -0500 Subject: [PATCH] added market to flex structures to keep track of. --- .../2019_12_05_050152_create_flex_structures_table.php | 1 + resources/views/flex/add.blade.php | 1 + 2 files changed, 2 insertions(+) diff --git a/database/migrations/2019_12_05_050152_create_flex_structures_table.php b/database/migrations/2019_12_05_050152_create_flex_structures_table.php index 69da4435b..a462265ac 100644 --- a/database/migrations/2019_12_05_050152_create_flex_structures_table.php +++ b/database/migrations/2019_12_05_050152_create_flex_structures_table.php @@ -27,6 +27,7 @@ class CreateFlexStructuresTable extends Migration 'Cyno Beacon', 'Jump Bridge', 'Super Construction Facilities', + 'Market', ]); $table->double('structure_cost', 20, 2); $table->dateTime('paid_until'); diff --git a/resources/views/flex/add.blade.php b/resources/views/flex/add.blade.php index a30ae6d42..113398799 100644 --- a/resources/views/flex/add.blade.php +++ b/resources/views/flex/add.blade.php @@ -26,6 +26,7 @@ 'Cyno Beacon' => 'Cyno Beacon', 'Jump Bridge' => 'Jump Bridge', 'Super Construction Facilities' => 'Super Construction Facilities', + 'Market' => 'Market', ], 'None', ['class' => 'form-control']) }}