diff --git a/apps/files_reminders/lib/Service/ReminderService.php b/apps/files_reminders/lib/Service/ReminderService.php index 8fcd832a5e0..aaf0c11d3f3 100644 --- a/apps/files_reminders/lib/Service/ReminderService.php +++ b/apps/files_reminders/lib/Service/ReminderService.php @@ -46,14 +46,6 @@ class ReminderService { $this->cache = $this->cacheFactory->createDistributed('files_reminders'); } - /** - * @throws DoesNotExistException - */ - public function get(int $id): RichReminder { - $reminder = $this->reminderMapper->find($id); - return new RichReminder($reminder, $this->root); - } - /** * @throws NodeNotFoundException */