mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
fix exam edit missing dayjs
This commit is contained in:
@@ -30,6 +30,9 @@ class Exam
|
||||
);
|
||||
}
|
||||
}
|
||||
if ($exam->description) {
|
||||
$row[] = "\n" . $exam->description;
|
||||
}
|
||||
return nl2br(implode("\n", $row));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user