mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Correct reference to journal description
This commit is contained in:
@@ -44,7 +44,7 @@ class SplitJournalFormRequest extends Request
|
||||
public function getAll(): array
|
||||
{
|
||||
$data = [
|
||||
'description' => $this->string('description'),
|
||||
'description' => $this->string('journal_description'),
|
||||
'type' => $this->string('what'),
|
||||
'date' => $this->date('date'),
|
||||
'tags' => explode(',', $this->string('tags')),
|
||||
|
Reference in New Issue
Block a user