From 2bc5071117742db3480eb8308007bdc8da2a3e1d Mon Sep 17 00:00:00 2001 From: fsociety Date: Fri, 25 Oct 2024 12:15:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20fix(project-proposal):?= =?UTF-8?q?=20remove=20unnecessary=20pleb=20ID=20assignment=20in=20project?= =?UTF-8?q?=20proposal=20update=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project-support/form/[ProjectProposal:slug].blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/views/pages/association/project-support/form/[ProjectProposal:slug].blade.php b/resources/views/pages/association/project-support/form/[ProjectProposal:slug].blade.php index 8ee3ff7..4db67ed 100644 --- a/resources/views/pages/association/project-support/form/[ProjectProposal:slug].blade.php +++ b/resources/views/pages/association/project-support/form/[ProjectProposal:slug].blade.php @@ -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');