diff --git a/Web/Models/Entities/Club.php b/Web/Models/Entities/Club.php index 892a1647..6c8a0372 100644 --- a/Web/Models/Entities/Club.php +++ b/Web/Models/Entities/Club.php @@ -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);