Ejemplo n.º 1
0
 public function getAllUsers()
 {
     $users = ChatUser::find()->where('id <> :id', ['id' => $this->id])->all();
     return $users;
 }