Skip to content

Commit e11cbfa

Browse files
committed
wip
1 parent 0b01d1c commit e11cbfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/Kernel/LoadDiscoveryClasses.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private function scan(DiscoveryLocation $location, array $discoveries, string $p
124124
return;
125125
}
126126

127-
foreach (scandir($input) as $subPath) {
127+
foreach (scandir($input, SCANDIR_SORT_NONE) as $subPath) {
128128
// `.` and `..` are skipped
129129
if ($subPath === '.' || $subPath === '..') {
130130
continue;

0 commit comments

Comments
 (0)