Tokumeikoi 4 years ago
parent
commit
675353bbe1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Services/UserService.php

+ 0 - 1
app/Services/UserService.php

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