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

@@ -18,7 +18,6 @@ class PirepField extends BaseModel
];
protected $casts = [
'name' => 'string',
'required' => 'boolean',
];