예제 #1
0
파일: Couple.php 프로젝트: acyuta/zvezdy
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getClub()
 {
     return $this->hasOne(Club::className(), ['id' => 'club_id']);
 }