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

👌 Sort site list by absolute path (#81)

This commit is contained in:
2022-01-22 20:54:59 +01:00
parent e0dd778bb3
commit 03a409281a

View File

@ -96,6 +96,8 @@ class Valet {
resolvePath(entry, forPath: path, tld: tld)
}
}
sites = sites.sorted { $0.absolutePath < $1.absolutePath }
}
/**