Change PIREP states to follow AIDX guidelines

This commit is contained in:
Nabeel Shahzad
2018-04-01 20:18:12 -05:00
parent ee077ffa16
commit 0f521c3af9
5 changed files with 36 additions and 17 deletions

View File

@@ -93,7 +93,6 @@ class Pirep extends Model
'landing_rate' => 'float',
'source' => 'integer',
'state' => 'integer',
'status' => 'integer',
'block_off_time' => 'datetime',
'block_on_time' => 'datetime',
];