mirror of
https://github.com/nextcloud/server.git
synced 2026-06-04 22:35:24 -04:00
chore(files_reminders): Remove unused get
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
e969d277b6
commit
a09edbc8a0
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue