mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 12:15:55 +00:00
Refactor old methods.
This commit is contained in:
@@ -49,7 +49,7 @@ class RuleGroupFormRequest extends FormRequest
|
||||
|
||||
return [
|
||||
'title' => $this->string('title'),
|
||||
'description' => $this->nlString('description'),
|
||||
'description' => $this->stringWithNewlines('description'),
|
||||
'active' => $active,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user