From 5ba0de12eb7d96ba1c293cbb7c67e67eef75a694 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Mon, 11 Aug 2025 13:29:48 +0800 Subject: [PATCH] Update src/SPC/exception/ExceptionHandler.php Co-authored-by: Marc --- src/SPC/exception/ExceptionHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/exception/ExceptionHandler.php b/src/SPC/exception/ExceptionHandler.php index 3966f71e..f98fc341 100644 --- a/src/SPC/exception/ExceptionHandler.php +++ b/src/SPC/exception/ExceptionHandler.php @@ -164,7 +164,7 @@ class ExceptionHandler self::logError('⚠ Please report this exception to: https://github.com/crazywhalecc/static-php-cli/issues'); } - public static function setBindBuilder(?BuilderBase $bind_builder): void + public static function bindBuilder(?BuilderBase $bind_builder): void { self::$bind_builder = $bind_builder; }