Skip to content

Commit e96b4f5

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

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
@@ -32,7 +32,7 @@ class ExceptionHandler
3232
];
3333

3434
/** @var null|BuilderBase Builder binding */
35-
private static ?BuilderBase $bind_builder = null;
35+
private static ?BuilderBase $builder = null;
3636

3737
/** @var array<string, mixed> Build PHP extra info binding */
3838
private static array $bind_build_php_extra_info = [];

0 commit comments

Comments
 (0)