Merge branch 'hotfix/ical-fix' into develop

This commit is contained in:
Björn Fromme
2021-06-29 10:59:57 +02:00
@@ -65,7 +65,7 @@ class IcalService implements SingletonInterface
$events = $this->contingentRepository->getEvents(
$now,
null,
['hotel' => $hotel, 'hotelCode' => $hotel->getCode()]
['hotel' => $hotel]
);
}
catch (DBALException $e) {