summaryrefslogtreecommitdiff
path: root/app/frontend/dto/CalendarGridDTO.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/frontend/dto/CalendarGridDTO.php')
-rw-r--r--app/frontend/dto/CalendarGridDTO.php2
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);