From dbb2a4ce239df3e3256d3cb34ff8a4ec5ca91030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 14 Sep 2020 10:58:52 +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/Pagination.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/Pagination.php b/Database/Pagination.php index 8a531254..a33d4e16 100644 --- a/Database/Pagination.php +++ b/Database/Pagination.php @@ -134,7 +134,7 @@ class Pagination extends Component if ($param !== null) { Coroutine::create($this->_callback, $data, $param); } else { - Coroutine::create($this->_callback, $data, $param); + Coroutine::create($this->_callback, $data); } } else { if ($param !== null) {