/**
  * @return \yii\db\ActiveQuery
  */
 public function getConfrontation()
 {
     return $this->hasOne(ConfigConfrontation::className(), ['id' => 'viewer_id']);
 }