This commit is contained in:
2022-10-11 15:15:04 +08:00
parent 3dd5311430
commit 6898e544f7
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -58,6 +58,7 @@ class Main extends BaseMain
$error->registerShutdownHandler(Config::get('error.shutdown', []));
$error->registerExceptionHandler(Config::get('error.exception', []));
$error->registerErrorHandler(Config::get('error.error', []));
$this->id = Config::get('id', uniqid('id.'));
}
/**