Allow updating incidents from the API

This commit is contained in:
manavo
2014-11-25 12:40:12 +00:00
parent 325ed033ba
commit a4d3928916
4 changed files with 31 additions and 2 deletions
+1 -1
View File
@@ -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.