From 85d372ecec13f1371ede10b17819c6474b659c87 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 9 Jun 2022 00:01:53 +0900 Subject: [PATCH] =?UTF-8?q?refac:=20KakaoUtil=20=EB=82=9C=EC=88=98=20rando?= =?UTF-8?q?m=20=ED=83=80=EC=9E=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sammo/KakaoUtil.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sammo/KakaoUtil.php b/src/sammo/KakaoUtil.php index 5b73cc4a..7fed36b6 100644 --- a/src/sammo/KakaoUtil.php +++ b/src/sammo/KakaoUtil.php @@ -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([