dever 6 лет назад
Родитель
Сommit
f1eda59bcc
1 измененных файлов с 1 добавлено и 1 удалено
  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';
     }