fix: remind traffic

This commit is contained in:
Tokumeikoi
2020-09-23 22:40:20 +08:00
parent 29fc4206c0
commit 76f0b4d4d0
4 changed files with 29 additions and 29 deletions

View File

@ -88,6 +88,8 @@ class UserService
if (!$user->save()) {
return false;
}
$mailService = new MailService();
$mailService->remindTraffic($user);
return true;
}
}