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

🐛 loopback might not exist (#104)

This commit is contained in:
2022-01-29 17:04:32 +01:00
parent 5b40a8fd41
commit 7b6809245c

View File

@ -336,8 +336,8 @@ class Valet {
/// The paths that need to be checked.
let paths: [String]
/// The loopback address.
let loopback: String
/// The loopback address. Optional.
let loopback: String?
/// The default site that is served if the domain is not found. Optional.
let defaultSite: String?