mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
🛠️ fix(project-proposal): remove unnecessary pleb ID assignment in project proposal update function
This commit is contained in:
@@ -60,7 +60,6 @@ $save = function () {
|
|||||||
|
|
||||||
$this->projectProposal->update([
|
$this->projectProposal->update([
|
||||||
...$this->form->except('id', 'slug'),
|
...$this->form->except('id', 'slug'),
|
||||||
'einundzwanzig_pleb_id' => $this->currentPleb->id,
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return redirect()->route('association.projectSupport');
|
return redirect()->route('association.projectSupport');
|
||||||
|
|||||||
Reference in New Issue
Block a user