Skip to content

Commit a73c097

Browse files
Update src/SPC/command/BuildPHPCommand.php
Co-authored-by: Marc <[email protected]>
1 parent d3840b1 commit a73c097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/command/BuildPHPCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public function handle(): int
167167
$this->printFormatInfo($indent_texts);
168168

169169
// bind extra info to exception handler
170-
ExceptionHandler::setBindBuildPhpExtraInfo($indent_texts);
170+
ExceptionHandler::bindBuildPhpExtraInfo($indent_texts);
171171

172172
logger()->notice('Build will start after 2s ...');
173173
sleep(2);

0 commit comments

Comments
 (0)