Skip to content

Commit a0ec843

Browse files
committed
wip
1 parent 0642d3f commit a0ec843

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/View/Components/Incidents.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ public function render(): View
3737
]);
3838
}
3939

40+
/**
41+
* Fetch the incidents that occurred between the given start and end date.
42+
* Incidents will be grouped by days.
43+
*/
4044
private function incidents(Carbon $startDate, Carbon $endDate, bool $onlyDisruptedDays = false): Collection
4145
{
4246
return Incident::query()

0 commit comments

Comments
 (0)