mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -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
|
public function getAll(): array
|
||||||
{
|
{
|
||||||
$data = [
|
$data = [
|
||||||
'description' => $this->string('description'),
|
'description' => $this->string('journal_description'),
|
||||||
'type' => $this->string('what'),
|
'type' => $this->string('what'),
|
||||||
'date' => $this->date('date'),
|
'date' => $this->date('date'),
|
||||||
'tags' => explode(',', $this->string('tags')),
|
'tags' => explode(',', $this->string('tags')),
|
||||||
|
Loading…
Reference in New Issue
Block a user