Tokumeikoi hace 4 años
padre
commit
675353bbe1
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;
     }