restore buildphp command

This commit is contained in:
henderkes
2025-05-18 08:57:07 +07:00
parent eab8c27e4a
commit f88c10d4aa
3 changed files with 21 additions and 12 deletions

View File

@@ -208,7 +208,7 @@ class BuildPHPCommand extends BuildCommand
SourcePatcher::patchSPCVersionToPHP($this->getApplication()->getVersion());
// start to build
// $builder->buildPHP($rule);
$builder->buildPHP($rule);
SourcePatcher::patchBeforeSharedBuild($builder);