refac: KakaoUtil 난수 random 타입 변경

This commit is contained in:
2022-06-09 01:18:11 +09:00
parent 6a2b27b875
commit 85d372ecec
+1 -1
View File
@@ -119,7 +119,7 @@ class KakaoUtil
{
$restAPI = new Kakao_REST_API_Helper($accessToken);
$OTPValue = Util::randRangeInt(1000, 9999);
$OTPValue = random_int(1000, 9999);
$OTPTrialUntil = TimeUtil::nowAddSeconds(180);
$sendResult = $restAPI->talk_to_me_default([