1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-07 05:10:06 +01:00

👌 Fix warnings and update schemes

This commit is contained in:
2023-02-11 20:48:14 +01:00
parent babb734c25
commit 67a91e1211
5 changed files with 9 additions and 5 deletions

View File

@@ -284,7 +284,7 @@ class ValetSite: ValetListable {
}
func getListablePhpVersion() -> String {
return self.servingPhpVersion ?? ""
return self.servingPhpVersion
}
func getListableKind() -> String {