PPPPPPP 3 недель назад
Родитель
Сommit
b6d725ab27
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Http/Controllers/Game/SendCodeController.php

+ 1 - 1
app/Http/Controllers/Game/SendCodeController.php

@@ -32,7 +32,7 @@ class SendCodeController
             return apiReturnFail(['web.user.phone_fail', 'Not correct phone number'], '', 422);
         }
 
-        $LocationCode = $request->country ?? env('COUNTRY_CODE',55);
+        $LocationCode = $request->country ?? env('COUNTRY_CODE',1);
 
         $user=$request->user();
         if($user){