Create adjustments

This commit is contained in:
2021-08-16 10:36:27 +02:00
parent 0bdba12a0e
commit f0a2ac15fb
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -79,6 +79,7 @@ class ExamTyperating extends Model
$exam->exam_questions = $entry;
$exam->save();
return $exam;
}
public function grade()