From 0b5dc1e23714ce1fd7ebb51ac939545bc7cbffea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 18 Sep 2020 17:28:58 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/Database/Pagination.php b/Database/Pagination.php index dee69e17..66b258f9 100644 --- a/Database/Pagination.php +++ b/Database/Pagination.php @@ -180,7 +180,6 @@ class Pagination extends Component { $this->_group->add(1); return Coroutine::create(function ($callback, $data, $param): void { - Coroutine::defer([$this, 'done']); try { call_user_func($callback, $data, $param); } catch (\Throwable $exception) {