mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
delete bitcoin event
This commit is contained in:
@@ -62,6 +62,13 @@ class BitcoinEventForm extends Component
|
||||
}
|
||||
}
|
||||
|
||||
public function deleteMe()
|
||||
{
|
||||
$this->bitcoinEvent->delete();
|
||||
|
||||
return redirect($this->fromUrl);
|
||||
}
|
||||
|
||||
public function submit()
|
||||
{
|
||||
$this->validate();
|
||||
|
||||
Reference in New Issue
Block a user