From e96b4f55416a6d80fbbc5214af44cb5138f9ad74 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Mon, 11 Aug 2025 13:30:04 +0800 Subject: [PATCH] Update src/SPC/exception/ExceptionHandler.php Co-authored-by: Marc --- src/SPC/exception/ExceptionHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/exception/ExceptionHandler.php b/src/SPC/exception/ExceptionHandler.php index 1a35b59f..b81712d0 100644 --- a/src/SPC/exception/ExceptionHandler.php +++ b/src/SPC/exception/ExceptionHandler.php @@ -32,7 +32,7 @@ class ExceptionHandler ]; /** @var null|BuilderBase Builder binding */ - private static ?BuilderBase $bind_builder = null; + private static ?BuilderBase $builder = null; /** @var array Build PHP extra info binding */ private static array $bind_build_php_extra_info = [];