mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-26 02:40:43 -06:00
Correct reference to journal description
This commit is contained in:
parent
a5fd821e0c
commit
7109fd8196
@ -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')),
|
||||
|
Loading…
Reference in New Issue
Block a user