mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
undoPoint fix
This commit is contained in:
@@ -79,7 +79,7 @@ class OrangePillForm extends Component
|
|||||||
$this->orangePill->delete();
|
$this->orangePill->delete();
|
||||||
auth()
|
auth()
|
||||||
->user()
|
->user()
|
||||||
->undoPoint(new BookCaseOrangePilled(auth()->user()));
|
->undoPoint(new BookCaseOrangePilled($this->orangePill));
|
||||||
|
|
||||||
return redirect($this->fromUrl);
|
return redirect($this->fromUrl);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user