Allow updating incidents from the API
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
'message' => 'required',
|
||||
];
|
||||
|
||||
protected $fillable = ['user_id', 'component', 'name', 'status', 'message'];
|
||||
protected $fillable = ['component', 'name', 'status', 'message'];
|
||||
|
||||
/**
|
||||
* An incident belongs to a component.
|
||||
|
||||
Reference in New Issue
Block a user