Exemplo n.º 1
0
 public function getCompetitiveExamDestails()
 {
     return $this->hasMany(CompetitiveExam::className(), ['user_id' => 'id']);
 }