A lot of things
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user