Merge branch 'hotfix/ical-fix' into develop
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user