We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 045f7cc + 6662c87 commit 3cd0312Copy full SHA for 3cd0312
system/YamlDataRepository.php
@@ -69,7 +69,7 @@ public function loadAll(): array
69
protected function getFinder(): Finder
70
{
71
$patterns = $this->getPatterns();
72
- return (new Finder())->files()->name($patterns)->in($this->path);
+ return (new Finder())->files()->name($patterns)->in($this->path)->sortByName();
73
}
74
75
protected function getPatterns(): array
0 commit comments