mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 10:48:13 +00:00
Fix #2628
This commit is contained in:
@@ -55,7 +55,7 @@ class RuleGroupFormRequest extends Request
|
||||
|
||||
return [
|
||||
'title' => $this->string('title'),
|
||||
'description' => $this->string('description'),
|
||||
'description' => $this->nlString('description'),
|
||||
'active' => $active,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user