Allow the created_at/updated_at fields to be edited

This commit is contained in:
Nabeel Shahzad
2018-05-08 17:30:44 -05:00
parent 00458ee754
commit 4fc30ec4bc

View File

@@ -45,6 +45,8 @@ class Acars extends Model
'autopilot',
'fuel_flow',
'sim_time',
'created_at',
'updated_at',
];
public $casts = [