Fix error in flight importer

This commit is contained in:
Nabeel Shahzad
2018-03-29 11:47:37 -05:00
parent 184123194b
commit 0bf1286c3a
3 changed files with 9 additions and 4 deletions

View File

@@ -62,7 +62,6 @@ class Flight extends Model
'level' => 'integer',
'distance' => 'float',
'flight_time' => 'integer',
'flight_type' => 'integer',
'has_bid' => 'boolean',
'active' => 'boolean',
];