update release date

This commit is contained in:
xiaomlove
2026-02-01 14:41:43 +07:00
parent a712a3f1e4
commit 5c9caa7a46
4 changed files with 4 additions and 3 deletions

View File

@@ -249,6 +249,7 @@ class Exam extends NexusModel
public function getRecurringEnd(Carbon $time): Carbon
{
$time = $time->copy();
$recurring = $this->recurring;
if ($recurring == self::RECURRING_WEEKLY) {
return $time->endOfWeek();