Skip to content

Commit 7a2f1be

Browse files
committed
Sort tasks
1 parent fb54b7e commit 7a2f1be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Queue/TaskFinder.php

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ public function all(): array {
6868
}
6969
}
7070

71+
ksort($this->tasks);
72+
7173
return $this->tasks;
7274
}
7375

0 commit comments

Comments
 (0)