fix(nospam): attempt to fix club rollback

This commit is contained in:
mrilyew 2025-05-31 11:32:18 +03:00 committed by Alexander Minkin
parent 99176789ae
commit 0be8514619

View file

@ -429,6 +429,11 @@ class Club extends RowModel
$this->save();
}
public function delete(bool $softly = true): void
{
$this->ban("");
}
public function unban(): void
{
$this->setBlock_Reason(null);