This commit is contained in:
2021-08-24 19:12:59 +08:00
parent 47a933ce15
commit ef936013bb
-2
View File
@@ -177,8 +177,6 @@ class Pagination extends Component
call_user_func($this->_callback, $data, $param);
} catch (\Throwable $exception) {
$this->addError($exception, 'throwable');
} finally {
logger()->insert();
}
}