This commit is contained in:
2021-08-13 21:08:59 +02:00
parent 837d86ae21
commit 77799b26cc
8 changed files with 53 additions and 60 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class ExamTyperating extends Model
];
public $belongsToMany = [
'exam_questions' => [
'exam_questions' => [
'GermanAirlinesVa\Schooling\Models\ExamTyperatingQuestion',
'table' => 'exam_exam_answer_exam_question',
'key' => 'exam_id',