dever 6 gadi atpakaļ
vecāks
revīzija
e20a8f69af
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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, -1);
+        $mobile = $this->checkMobileExists(1);
 
         return 'ok';
     }