mirror of
https://github.com/v2board/v2board.git
synced 2025-01-25 23:49:09 +08:00
fix: bug
This commit is contained in:
parent
93c90ddaf0
commit
675353bbe1
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user