mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 16:40:10 +00:00
Fix bad call to method.
This commit is contained in:
@@ -48,7 +48,7 @@ class RuleGroupFormRequest extends FormRequest
|
||||
}
|
||||
|
||||
return [
|
||||
'title' => $this->string('title'),
|
||||
'title' => $this->convertString('title'),
|
||||
'description' => $this->stringWithNewlines('description'),
|
||||
'active' => $active,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user