diff options
Diffstat (limited to 'app/frontend/dto/CalendarGridDTO.php')
-rw-r--r-- | app/frontend/dto/CalendarGridDTO.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/frontend/dto/CalendarGridDTO.php b/app/frontend/dto/CalendarGridDTO.php index f5d91a5..c6f1d00 100644 --- a/app/frontend/dto/CalendarGridDTO.php +++ b/app/frontend/dto/CalendarGridDTO.php @@ -69,7 +69,7 @@ class CalendarGridDTO { return $events; } - private function _getGridDay(DateTimeImmutable $date, + protected function _getGridDay(DateTimeImmutable $date, array $events, CalendarGridDayDTO $previousDay = NULL) { $day = new CalendarGridDayDTO($date, $events); |