This commit is contained in:
Tokumeikoi 2020-11-07 16:05:26 +08:00
parent 93c90ddaf0
commit 675353bbe1

View File

@ -92,7 +92,6 @@ class UserService
$mailService = new MailService();
$mailService->remindTraffic($user);
} catch (\Exception $e) {
return true;
}
return true;
}