Fix adding of incident templates

This commit is contained in:
James Brooks
2016-12-03 21:18:36 +00:00
parent 07767521b4
commit 3eb74058b2
3 changed files with 6 additions and 4 deletions

View File

@@ -44,7 +44,6 @@ class IncidentTemplate extends Model
*/
public $rules = [
'name' => 'required|string',
'slug' => 'required|string',
'template' => 'required|string',
];