1
0
Tokumeikoi 5 жил өмнө
parent
commit
675353bbe1

+ 0 - 1
app/Services/UserService.php

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