mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 03:50:08 +02:00
🐛 Fix issue with generator
This commit is contained in:
@ -151,7 +151,7 @@ class PhpEnv {
|
||||
}
|
||||
|
||||
if generateHelpers {
|
||||
versions.forEach { PhpHelper.generate(for: $0) }
|
||||
output.forEach { PhpHelper.generate(for: $0) }
|
||||
}
|
||||
|
||||
return output
|
||||
|
Reference in New Issue
Block a user