Allow updating incidents from the API
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
'status' => 'required|integer'
|
||||
];
|
||||
|
||||
protected $fillable = ['user_id', 'name', 'description', 'status'];
|
||||
protected $fillable = ['name', 'description', 'status'];
|
||||
|
||||
/**
|
||||
* Lookup all of the incidents reported on the component.
|
||||
|
||||
Reference in New Issue
Block a user