mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 08:00:19 +00:00
Update requests to use uniform methods.
This commit is contained in:
@@ -38,8 +38,8 @@ class RuleGroupFormRequest extends Request
|
||||
public function getRuleGroupData(): array
|
||||
{
|
||||
return [
|
||||
'title' => trim($this->input('title')),
|
||||
'description' => trim($this->input('description')),
|
||||
'title' => $this->getFieldOrEmptyString('title'),
|
||||
'description' => $this->getFieldOrEmptyString('description'),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user