A lot of things

This commit is contained in:
2026-06-16 16:21:43 +02:00
parent 4415a2e8c4
commit 73471162bf
37 changed files with 654 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ class Club extends AbstractHandler
}
}
public function actionReject(\RomhackPlaza\Master\Entity\Club $club)
public function actionDelete(\RomhackPlaza\Master\Entity\Club $club)
{
$club->club_state = 'rejected';
$club->save();