mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-11-09 13:10:24 +01:00
👌 Sort site list by absolute path (#81)
This commit is contained in:
@@ -96,6 +96,8 @@ class Valet {
|
|||||||
resolvePath(entry, forPath: path, tld: tld)
|
resolvePath(entry, forPath: path, tld: tld)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sites = sites.sorted { $0.absolutePath < $1.absolutePath }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user