wesmiler hace 2 años
padre
commit
abfab368a8
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      app/Services/EmailService.php

+ 0 - 2
app/Services/EmailService.php

@@ -351,8 +351,6 @@ class EmailService extends BaseService
         $key = $email?explode('@', $email)[0] : $email;
         $cacheKey = "caches:email:{$key}:{$type}";
         $data = RedisService::get($cacheKey);
-        var_dump($key);
-        var_dump($data);
         $smsCode = isset($data['code']) ? $data['code'] : '';
         if (empty($data) || empty($smsCode)) {
             $this->error = '2012';