mirror of
https://github.com/robonen/education-project.git
synced 2026-03-20 02:44:31 +00:00
Модуль Задания
This commit is contained in:
@@ -11,4 +11,5 @@ class AnswerToTask extends Model
|
||||
|
||||
protected $table = 'answers_to_task';
|
||||
protected $fillable = ['description', 'student_id', 'task_id', 'class_id', 'checked', 'mark', 'comment_by_teacher'];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user