🛠️ fix(project-proposal): remove unnecessary pleb ID assignment in project proposal update function

This commit is contained in:
fsociety
2024-10-25 12:15:42 +02:00
parent f234038089
commit 2bc5071117

View File

@@ -60,7 +60,6 @@ $save = function () {
$this->projectProposal->update([
...$this->form->except('id', 'slug'),
'einundzwanzig_pleb_id' => $this->currentPleb->id,
]);
return redirect()->route('association.projectSupport');