summaryrefslogtreecommitdiffstats
path: root/lib/Service/FolderService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/FolderService.php')
-rw-r--r--lib/Service/FolderService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/FolderService.php b/lib/Service/FolderService.php
index ed95f81f4..cd8b4b852 100644
--- a/lib/Service/FolderService.php
+++ b/lib/Service/FolderService.php
@@ -65,7 +65,7 @@ class FolderService extends Service
*
* @return Folder[]
*/
- public function findAllForUser(string $userId): array
+ public function findAllForUser(string $userId, array $params = []): array
{
return $this->folderMapper->findAllFromUser($userId);
}