This commit is contained in:
2020-09-14 10:43:22 +08:00
parent 43eff7cb68
commit cf38f101d8
+1 -1
View File
@@ -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);