From 89f173e7e303804d9fda16dd7a8e991f7ccbf16f Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 30 Jul 2022 21:13:00 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B2=A0=ED=8C=85=20=EC=B5=9C=EC=86=8C?= =?UTF-8?q?=20=ED=95=9C=EB=8F=84=EA=B0=80=2010=EC=9D=B4=20=EC=95=84?= =?UTF-8?q?=EB=8B=88=EB=9D=BC=201=EB=A1=9C=20=EB=90=9C=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/API/Betting/Bet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/API/Betting/Bet.php b/hwe/sammo/API/Betting/Bet.php index 8a1595bf..92f35225 100644 --- a/hwe/sammo/API/Betting/Bet.php +++ b/hwe/sammo/API/Betting/Bet.php @@ -26,7 +26,7 @@ class Bet extends \sammo\BaseAPI ->rule('int', 'bettingID') ->rule('integerArray', 'bettingType') ->rule('int', 'amount') - ->rule('min', 'amount', 1); + ->rule('min', 'amount', 10); if (!$v->validate()) { return $v->errorStr();