Merge branch 'hotfix/ical-fix' into develop
This commit is contained in:
@@ -65,7 +65,7 @@ class IcalService implements SingletonInterface
|
||||
$events = $this->contingentRepository->getEvents(
|
||||
$now,
|
||||
null,
|
||||
['hotel' => $hotel, 'hotelCode' => $hotel->getCode()]
|
||||
['hotel' => $hotel]
|
||||
);
|
||||
}
|
||||
catch (DBALException $e) {
|
||||
|
||||
Reference in New Issue
Block a user