From 3f61b82b1129480fb7cefcf9b91a7194a4995e59 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Thu, 10 Aug 2017 18:29:02 -0500 Subject: [PATCH] this should fix the build and shut travis up --- app/Models/Pirep.php | 1 + 1 file changed, 1 insertion(+) 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',