1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 20:10:08 +02:00

🔥 Due to closing #34, removed switcher pref

This commit is contained in:
2022-01-23 20:06:20 +01:00
parent 626b7a735d
commit 42fc0e3698
4 changed files with 1 additions and 18 deletions

View File

@ -78,8 +78,6 @@ class PhpEnv {
// MARK: - Methods
public static var switcher: PhpSwitcher {
// Based on the setting, use a particular switcher
// For now, we'll hardcode the internal switcher though
return InternalSwitcher()
}