Skip to content

Commit 9fcec88

Browse files
committed
fix save bug
1 parent ee3c9ce commit 9fcec88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Livewire/Project/EditProject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ private function getValues(): array
119119
'date_end' => $this->dateRange['end'] ?? null,
120120
'version' => $this->version,
121121
'createdat' => Date::parse(LegacyBudgetPlan::find($this->hhp_id)->von)->addDays(7),
122-
'posts' => $this->posts->toArray(),
122+
'posts' => $this->posts,
123123
];
124124
}
125125

0 commit comments

Comments
 (0)