summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/AppInfo/Application.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/lib/AppInfo/Application.php')
-rw-r--r--apps/dav/lib/AppInfo/Application.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/dav/lib/AppInfo/Application.php b/apps/dav/lib/AppInfo/Application.php
index 5d17dc5a241..80e9dea8829 100644
--- a/apps/dav/lib/AppInfo/Application.php
+++ b/apps/dav/lib/AppInfo/Application.php
@@ -231,12 +231,10 @@ class Application extends App {
);
/** @var ReminderService $reminderBackend */
- $reminderService= $this->getContainer()->query(ReminderService::class);
+ $reminderService = $this->getContainer()->query(ReminderService::class);
$reminderService->onTouchCalendarObject(
$eventName,
- $event->getArgument('calendarData'),
- $event->getArgument('shares'),
$event->getArgument('objectData')
);
};