@@ -88,7 +88,7 @@ |
||
| 88 | 88 | * @return Array |
| 89 | 89 | */ |
| 90 | 90 | public function getCalendars() { |
| 91 | - $calendars = []; |
|
| 91 | + $calendars = []; |
|
| 92 | 92 | foreach ($this->calendars as $calendar) { |
| 93 | 93 | $calendars[] = [ |
| 94 | 94 | 'name' => $calendar->getDisplayName(), |