user exam update end think about status

This commit is contained in:
xiaomlove
2023-11-15 02:57:53 +08:00
parent 8e649ffafb
commit 09a1238ae6
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -12,4 +12,5 @@ return [
\App\Models\ExamUser::STATUS_NORMAL => 'Normal',
],
'end_can_not_before_begin' => "End time: :end can't be before begin time: :begin",
'status_not_allow_update_end' => 'Current status is not::status_text, unable to change end time',
];