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

View File

@@ -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.