Adopt changes in contingents service

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