Skip to content

Commit a1aa4ef

Browse files
authored
Fix get_records_list() default param values
1 parent 6938c36 commit a1aa4ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/apis/core/dml/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ public function get_records_list(
201201
array $values,
202202
$sort = *,
203203
$fields = '*',
204-
$limitfrom = *,
205-
$limitnum = ''
204+
$limitfrom = 0,
205+
$limitnum = 0
206206
)
207207
```
208208

0 commit comments

Comments
 (0)