refac: API 검증시 integer(int-like)에서 is_int로 강제
This commit is contained in:
@@ -17,7 +17,7 @@ class RepeatCommand extends \sammo\BaseAPI
|
||||
$v->rule('required', [
|
||||
'amount',
|
||||
])
|
||||
->rule('integer', 'amount')
|
||||
->rule('int', 'amount')
|
||||
->rule('min', 'amount', 1)
|
||||
->rule('max', 'amount', 12);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user