From ef936013bb358198c428bb748a34afdd6ca3c144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 24 Aug 2021 19:12:59 +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 --- src/Pagination.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Pagination.php b/src/Pagination.php index 35503fb..7148114 100644 --- a/src/Pagination.php +++ b/src/Pagination.php @@ -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(); } }