1
0
mirror of https://github.com/robonen/education-project.git synced 2026-03-20 10:54:31 +00:00

Журнал(fixed some issues)

This commit is contained in:
ashen-1-dev
2020-12-16 20:38:32 +07:00
parent be8af67c61
commit 622170c647
4 changed files with 30 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ class JournalRequest extends ApiFormRequest
'teacher_id' => 'required|integer',
'subject_id' => 'required|integer',
'score' => 'required|integer',
'comment' => 'string',
'comment' => 'string|nullable',
'date' => 'integer',
];
}