sandm 3 лет назад
Родитель
Сommit
0074588da1
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      app/Services/Auth/AuthService.php

+ 0 - 1
app/Services/Auth/AuthService.php

@@ -152,7 +152,6 @@ class AuthService
         } elseif ($data['utype'] == 2) {
             $user = $this->memberRepository->resetPassword($data['type'], $data[$data['type']], $password);
         }
-        dd($user);
         $this->memberLogRepository->createLog($user, 2045, []);
         return $data['utype'];
     }