Suggestions

This commit is contained in:
crazywhalecc
2025-08-11 12:05:41 +08:00
parent 2fba61e9bd
commit b34b6594de
4 changed files with 34 additions and 29 deletions

View File

@@ -32,7 +32,7 @@ class BuilderProvider
};
// bind the builder to ExceptionHandler
ExceptionHandler::$bind_builder = self::$builder;
ExceptionHandler::setBindBuilder(self::$builder);
return self::$builder;
}