Allow changing of incident dates. Closes #615
This commit is contained in:
@@ -54,7 +54,16 @@ class Incident extends Model implements HasPresenter
|
||||
*
|
||||
* @var string[]
|
||||
*/
|
||||
protected $fillable = ['user_id', 'component_id', 'name', 'status', 'message', 'scheduled_at'];
|
||||
protected $fillable = [
|
||||
'user_id',
|
||||
'component_id',
|
||||
'name',
|
||||
'status',
|
||||
'message',
|
||||
'scheduled_at',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
];
|
||||
|
||||
/**
|
||||
* The accessors to append to the model's serialized form.
|
||||
|
||||
Reference in New Issue
Block a user