Example #1
0
 public function getQuizAnswers()
 {
     return $this->hasMany(QuestionsAnswers::className(), ['question_id' => 'id']);
 }