fix(nospam): attempt to fix club rollback

This commit is contained in:
mrilyew 2025-05-31 11:32:18 +03:00
parent b7dd9e14e4
commit 1a59517516

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);