We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a737e commit 08924a5Copy full SHA for 08924a5
1 file changed
src/Tags/Events.php
@@ -43,7 +43,7 @@ public function calendar(): Collection
43
->groupBy(fn (Entry $occurrence) => $occurrence->start->toDateString())
44
->map(fn (EntryCollection $occurrences, string $date) => $this->day(date: $date, occurrences: $occurrences));
45
46
- return $this->output($this->makeEmptyDates(from: $from, to: $to)->merge($occurrences)->values());
+ return $this->output($this->makeEmptyDates(from: $from, to: $to)->merge($occurrences)->sort()->values());
47
}
48
49
public function downloadLink(): string
0 commit comments