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

👌 Rename "Force Load PHP" to "Fix My Valet" (#111)

This commit is contained in:
2022-01-31 12:40:00 +01:00
parent 813aec2b42
commit 4cffe5a662
4 changed files with 39 additions and 28 deletions

View File

@ -88,7 +88,7 @@ class Actions {
return URL(string: "file:///private/tmp/phpmon_phpinfo.html")!
}
// MARK: - Quick Fix
// MARK: - Fix My Valet
/**
Detects all currently available PHP versions,
@ -100,7 +100,7 @@ class Actions {
If this does not solve the issue, the user may need to install additional
extensions and/or run `composer global update`.
*/
public static func fixMyPhp()
public static func fixMyValet()
{
brew("services restart dnsmasq", sudo: true)