Exemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCourse()
 {
     return $this->hasOne(Course::className(), ['course_id' => 'course_id']);
 }