Correct reference to journal description

This commit is contained in:
James Cole
2018-03-07 10:18:36 +01:00
parent a5fd821e0c
commit 7109fd8196

View File

@@ -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')),