This commit is contained in:
James Cole
2019-09-20 06:14:08 +02:00
parent 845e67e9be
commit c14d3f40a9
9 changed files with 120 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ class RuleGroupFormRequest extends Request
return [
'title' => $this->string('title'),
'description' => $this->string('description'),
'description' => $this->nlString('description'),
'active' => $active,
];
}