dever %!s(int64=6) %!d(string=hai) anos
pai
achega
d6c1628da7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Reg.php

+ 1 - 1
src/Reg.php

@@ -78,7 +78,7 @@ class Reg extends Base
      */
     public function checkMobileExist()
     {
-        $mobile = $this->checkMobileExists(1, true);
+        $mobile = $this->checkMobileExists(1, -1);
 
         return 'ok';
     }