mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 12:15:55 +00:00
Fix bad call to method.
This commit is contained in:
@@ -42,7 +42,7 @@ class ObjectGroupFormRequest extends FormRequest
|
||||
public function getObjectGroupData(): array
|
||||
{
|
||||
return [
|
||||
'title' => $this->string('title'),
|
||||
'title' => $this->convertString('title'),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user