Example #1
0
 public function deleteAllMembers()
 {
     ChatGroupUser::deleteAll(['group_id' => $this->id]);
 }