From 6046f112f9d8accaed1878bb02a1cb6fcc8bb112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 30 May 2022 16:54:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ActiveQuery.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ActiveQuery.php b/ActiveQuery.php index 1b9d35d..9682ac7 100644 --- a/ActiveQuery.php +++ b/ActiveQuery.php @@ -197,6 +197,7 @@ class ActiveQuery extends Component implements ISqlBuilder /** * @param int $size * @param callable $callback + * @param int $offset * @return Pagination * @throws Exception */