mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-08 04:20:07 +02:00
🐛 loopback
might not exist (#104)
This commit is contained in:
@ -336,8 +336,8 @@ class Valet {
|
|||||||
/// The paths that need to be checked.
|
/// The paths that need to be checked.
|
||||||
let paths: [String]
|
let paths: [String]
|
||||||
|
|
||||||
/// The loopback address.
|
/// The loopback address. Optional.
|
||||||
let loopback: String
|
let loopback: String?
|
||||||
|
|
||||||
/// The default site that is served if the domain is not found. Optional.
|
/// The default site that is served if the domain is not found. Optional.
|
||||||
let defaultSite: String?
|
let defaultSite: String?
|
||||||
|
Reference in New Issue
Block a user