From 5c9caa7a468b14bb769dcd286f594a1e8d49c761 Mon Sep 17 00:00:00 2001 From: xiaomlove <1939737565@qq.com> Date: Sun, 1 Feb 2026 14:41:43 +0700 Subject: [PATCH] update release date --- README-EN.md | 2 +- README.md | 2 +- app/Models/Exam.php | 1 + include/constants.php | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README-EN.md b/README-EN.md index 9feb4016..df35c7b6 100644 --- a/README-EN.md +++ b/README-EN.md @@ -1,6 +1,6 @@ English | [中文](/) -Complete PT website building solution. Based on NexusPHP + Laravel + Filament. +Complete PT website building solution. Based on NexusPHP + Laravel + FilamentPHP. Welcome to participate in internationalization work, click [here](https://github.com/xiaomlove/nexusphp/discussions/193) for more information diff --git a/README.md b/README.md index f58c49c4..68c159df 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ 中文 | [English](/README-EN.md) -完整的 PT 建站解决方案。基于 NexusPHP + Laravel + Filament。 +完整的 PT 建站解决方案。基于 NexusPHP + Laravel + FilamentPHP。 欢迎参与国际化工作,点击 [这里](https://github.com/xiaomlove/nexusphp/discussions/193) 了解详情 diff --git a/app/Models/Exam.php b/app/Models/Exam.php index f1e79814..82471a4d 100644 --- a/app/Models/Exam.php +++ b/app/Models/Exam.php @@ -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(); diff --git a/include/constants.php b/include/constants.php index ec64b217..c26f7014 100644 --- a/include/constants.php +++ b/include/constants.php @@ -1,6 +1,6 @@