We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb54b7e commit 7a2f1beCopy full SHA for 7a2f1be
src/Queue/TaskFinder.php
@@ -68,6 +68,8 @@ public function all(): array {
68
}
69
70
71
+ ksort($this->tasks);
72
+
73
return $this->tasks;
74
75
0 commit comments