Example #1
0
 public function getTournament()
 {
     return $this->hasOne(Tournament::className(), ['id' => 'tournament_id']);
 }