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