dever 6 years ago
parent
commit
f1eda59bcc
1 changed files with 1 additions and 1 deletions
  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';
     }