This commit is contained in:
as2252258@163.com
2021-05-02 18:12:52 +08:00
parent c67e2f7f8a
commit efb8f2770a
+1 -1
View File
@@ -180,7 +180,7 @@ class Pagination extends Component
} catch (\Throwable $exception) { } catch (\Throwable $exception) {
$this->addError($exception, 'throwable'); $this->addError($exception, 'throwable');
} finally { } finally {
fire(Event::SYSTEM_RESOURCE_RELEASES); logger()->insert();
} }
} }