mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
update release date
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user