dever %!s(int64=6) %!d(string=hai) anos
pai
achega
f1eda59bcc
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);
+        $mobile = $this->checkMobileExists(1, true);
 
         return 'ok';
     }