mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Update src/SPC/exception/ExceptionHandler.php
Co-authored-by: Marc <m@pyc.ac>
This commit is contained in:
parent
a73c097c94
commit
5ba0de12eb
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user