From a73c097c94d8bd0539c98875da08b215d78307bd Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Mon, 11 Aug 2025 13:29:42 +0800 Subject: [PATCH] Update src/SPC/command/BuildPHPCommand.php Co-authored-by: Marc --- src/SPC/command/BuildPHPCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/command/BuildPHPCommand.php b/src/SPC/command/BuildPHPCommand.php index f4f1f478..aaf902ba 100644 --- a/src/SPC/command/BuildPHPCommand.php +++ b/src/SPC/command/BuildPHPCommand.php @@ -167,7 +167,7 @@ class BuildPHPCommand extends BuildCommand $this->printFormatInfo($indent_texts); // bind extra info to exception handler - ExceptionHandler::setBindBuildPhpExtraInfo($indent_texts); + ExceptionHandler::bindBuildPhpExtraInfo($indent_texts); logger()->notice('Build will start after 2s ...'); sleep(2);