Example #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getTeam()
 {
     return $this->hasOne(Teams::className(), ['id' => 'team_id']);
 }
Example #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getGuest()
 {
     return $this->hasOne(Teams::className(), ['id' => 'guest_id']);
 }