fix exam edit missing dayjs

This commit is contained in:
xiaomlove
2022-03-21 19:09:32 +08:00
parent f1824aee0a
commit 7c6c3187ae
32 changed files with 87 additions and 52 deletions
+3
View File
@@ -30,6 +30,9 @@ class Exam
);
}
}
if ($exam->description) {
$row[] = "\n" . $exam->description;
}
return nl2br(implode("\n", $row));
}
}