mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-12-24 04:10:05 +01:00
♻️ Refactor PhpSwitcher into PhpEnv
This commit is contained in:
@@ -25,7 +25,7 @@ class ActivePhpInstallation {
|
||||
// MARK: - Computed
|
||||
|
||||
var formula: String {
|
||||
return (version.short == PhpSwitcher.brewPhpVersion) ? "php" : "php@\(version.short)"
|
||||
return (version.short == PhpEnv.brewPhpVersion) ? "php" : "php@\(version.short)"
|
||||
}
|
||||
|
||||
// MARK: - Initializer
|
||||
|
||||
Reference in New Issue
Block a user