Skip to content

Commit 5ba0de1

Browse files
Update src/SPC/exception/ExceptionHandler.php
Co-authored-by: Marc <[email protected]>
1 parent a73c097 commit 5ba0de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/exception/ExceptionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public static function handleDefaultException(\Throwable $e): void
164164
self::logError('⚠ Please report this exception to: https://github.com/crazywhalecc/static-php-cli/issues');
165165
}
166166

167-
public static function setBindBuilder(?BuilderBase $bind_builder): void
167+
public static function bindBuilder(?BuilderBase $bind_builder): void
168168
{
169169
self::$bind_builder = $bind_builder;
170170
}

0 commit comments

Comments
 (0)