This commit is contained in:
2020-09-18 17:28:58 +08:00
parent 983b6603a7
commit 0b5dc1e237
-1
View File
@@ -180,7 +180,6 @@ class Pagination extends Component
{ {
$this->_group->add(1); $this->_group->add(1);
return Coroutine::create(function ($callback, $data, $param): void { return Coroutine::create(function ($callback, $data, $param): void {
Coroutine::defer([$this, 'done']);
try { try {
call_user_func($callback, $data, $param); call_user_func($callback, $data, $param);
} catch (\Throwable $exception) { } catch (\Throwable $exception) {