Skip to content

Commit

Permalink
Sort tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Nov 19, 2024
1 parent fb54b7e commit 7a2f1be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Queue/TaskFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public function all(): array {
}
}

ksort($this->tasks);

return $this->tasks;
}

Expand Down

0 comments on commit 7a2f1be

Please sign in to comment.