This commit is contained in:
2021-04-07 14:17:24 +08:00
parent 666db377fe
commit a0f0f7edd7
8 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class OnClose extends Callback
$this->addError($exception, 'throwable');
} finally {
fire(Event::SYSTEM_RESOURCE_RELEASES);
logger()->insert();
logger_insert();
}
}