Tokumeikoi 4 жил өмнө
parent
commit
675353bbe1

+ 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;
     }