Yarn
This commit is contained in:
@@ -32,10 +32,7 @@ class ExamTyperatingQuestion extends Model
|
||||
];
|
||||
|
||||
public $hasMany = [
|
||||
'exam_answers' => [
|
||||
'GermanAirlinesVa\Schooling\Models\ExamTyperatingAnswer',
|
||||
'key' => 'exam_question_id',
|
||||
],
|
||||
'exam_answers' => ['GermanAirlinesVa\Schooling\Models\ExamTyperatingAnswer', 'key' => 'exam_question_id'],
|
||||
];
|
||||
|
||||
public $belongsTo = [
|
||||
@@ -51,7 +48,7 @@ class ExamTyperatingQuestion extends Model
|
||||
],
|
||||
];
|
||||
|
||||
/**
|
||||
/**
|
||||
* The "booting" method of the model.
|
||||
*
|
||||
* @return void
|
||||
|
||||
Reference in New Issue
Block a user