Mark ID as fillable for ACARS
This commit is contained in:
parent
d2257095da
commit
2f2eb2e5b2
@ -33,6 +33,7 @@ class Acars extends Model
|
||||
public $incrementing = false;
|
||||
|
||||
public $fillable = [
|
||||
'id',
|
||||
'pirep_id',
|
||||
'type',
|
||||
'nav_type',
|
||||
|
Loading…
Reference in New Issue
Block a user