改名
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user