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:
@ -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