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; }