Example #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getSport()
 {
     return $this->hasOne(Sport::className(), ['id' => 'sport_id']);
 }