diff --git a/app/Models/Pirep.php b/app/Models/Pirep.php index 176bddfb..90543009 100644 --- a/app/Models/Pirep.php +++ b/app/Models/Pirep.php @@ -24,6 +24,7 @@ class Pirep extends Model = [ 'user_id', 'flight_id', + 'airline_id', 'aircraft_id', 'flight_time', 'route_code',