mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 20:34:48 +00:00
Fix bad call to method.
This commit is contained in:
@@ -43,8 +43,8 @@ class AttachmentFormRequest extends FormRequest
|
||||
public function getAttachmentData(): array
|
||||
{
|
||||
return [
|
||||
'title' => $this->string('title'),
|
||||
'notes' => $this->string('notes'),
|
||||
'title' => $this->convertString('title'),
|
||||
'notes' => $this->convertString('notes'),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user