Mark ID as fillable for ACARS

This commit is contained in:
Nabeel Shahzad 2018-12-27 09:35:40 -06:00
parent 4bc0a786ab
commit 1b1eb1539e

View File

@ -33,6 +33,7 @@ class Acars extends Model
public $incrementing = false;
public $fillable = [
'id',
'pirep_id',
'type',
'nav_type',