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