Add IATA and ZFW to aircraft import/export and tables

This commit is contained in:
Nabeel Shahzad
2018-03-30 20:21:18 -05:00
parent 777167f46e
commit 70e5ccda6f
10 changed files with 71 additions and 28 deletions

View File

@@ -28,8 +28,9 @@ class Aircraft extends Model
protected $fillable = [
'subfleet_id',
'airport_id',
'name',
'iata',
'icao',
'name',
'registration',
'hex_code',
'zfw',