From 6b4c363a682f6275b9e5b13d6b065ea037ffed13 Mon Sep 17 00:00:00 2001 From: panliang <1163816051@qq.com> Date: Wed, 18 May 2022 13:14:07 +0800 Subject: [PATCH] vip --- app/Services/VipService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/VipService.php b/app/Services/VipService.php index 682a112b..1d7f292a 100644 --- a/app/Services/VipService.php +++ b/app/Services/VipService.php @@ -100,7 +100,7 @@ class VipService $start->addYears($num); break; case Vip::TIME_MONTH: - $start->addYears($num); + $start->addMonths($num); break; case TIME_DAY: $start->addDays($num);