Update src/SPC/exception/ExceptionHandler.php

Co-authored-by: Marc <m@pyc.ac>
This commit is contained in:
Jerry Ma 2025-08-11 13:29:48 +08:00 committed by GitHub
parent a73c097c94
commit 5ba0de12eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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