shared extensions may also need to patch

This commit is contained in:
DubbleClick 2025-07-19 15:17:44 +07:00
parent 683461d918
commit 6f9a45b54a

View File

@ -279,7 +279,7 @@ class SourcePatcher
// }
// call extension patch before make
foreach ($builder->getExts(false) as $ext) {
foreach ($builder->getExts() as $ext) {
if ($ext->patchBeforeMake() === true) {
logger()->info("Extension [{$ext->getName()}] patched before make");
}