We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3c9ce commit 9fcec88Copy full SHA for 9fcec88
app/Livewire/Project/EditProject.php
@@ -119,7 +119,7 @@ private function getValues(): array
119
'date_end' => $this->dateRange['end'] ?? null,
120
'version' => $this->version,
121
'createdat' => Date::parse(LegacyBudgetPlan::find($this->hhp_id)->von)->addDays(7),
122
- 'posts' => $this->posts->toArray(),
+ 'posts' => $this->posts,
123
];
124
}
125
0 commit comments