allow the API key to be settable

This commit is contained in:
Nabeel Shahzad 2017-12-30 12:15:26 -06:00
parent becd988343
commit 3bbc32e235

View File

@ -35,6 +35,7 @@ class User extends Authenticatable
'email',
'password',
'airline_id',
'api_key',
'home_airport_id',
'curr_airport_id',
'last_pirep_id',