Trim ICAO/IATA names, clean up model fields

This commit is contained in:
Nabeel Shahzad
2018-01-03 22:04:51 -06:00
parent 507ce5f24f
commit fe4e200983
11 changed files with 48 additions and 62 deletions

View File

@@ -45,7 +45,6 @@ class Pirep extends BaseModel
];
protected $casts = [
'id' => 'string',
'flight_time' => 'integer',
'planned_flight_time' => 'integer',
'level' => 'integer',