Set flight_id to be fillable

This commit is contained in:
Nabeel Shahzad
2020-11-02 11:57:25 -05:00
parent 0fa00206ce
commit a52d844719
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ class ValidationException extends AbstractHttpException
parent::__construct(
400,
'Validation exception'
'Validation Error'
);
}

View File

@@ -75,6 +75,7 @@ class Pirep extends Model
'flight_number',
'route_code',
'route_leg',
'flight_id',
'dpt_airport_id',
'arr_airport_id',
'alt_airport_id',