From cf38f101d8fc39c88bd49fa2d8dbbc29d51190fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 14 Sep 2020 10:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/ActiveQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/ActiveQuery.php b/Database/ActiveQuery.php index 9fdb4dbe..9756c3c5 100644 --- a/Database/ActiveQuery.php +++ b/Database/ActiveQuery.php @@ -177,7 +177,7 @@ class ActiveQuery extends Component * @return Pagination * @throws Exception */ - public function plunk(int $size, int $offset, callable $callback) + public function page(int $size, int $offset, callable $callback) { $pagination = new Pagination($this); $pagination->setOffset($offset);