From 3bbc32e2353024795d4af7c2439a290997788203 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sat, 30 Dec 2017 12:15:26 -0600 Subject: [PATCH] allow the API key to be settable --- app/Models/User.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/User.php b/app/Models/User.php index ebc02579..b0b920a4 100755 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -35,6 +35,7 @@ class User extends Authenticatable 'email', 'password', 'airline_id', + 'api_key', 'home_airport_id', 'curr_airport_id', 'last_pirep_id',