Add bid expire time

This commit is contained in:
Nabeel Shahzad 2018-02-27 14:23:09 -06:00
parent 3aa4b8a410
commit 81b867fa20

View File

@ -133,6 +133,14 @@ class CreateSettingsTable extends Migration
'description' => 'Whether or not someone can bid on multiple flights',
]);
$this->addSetting('bids.expire_time', [
'name' => 'Expire Time',
'group' => 'bids',
'value' => 48,
'type' => 'int',
'description' => 'Number of hours to expire bids after',
]);
/**
* PIREPS
*/