summaryrefslogtreecommitdiffstats
path: root/lib/Service
diff options
context:
space:
mode:
authorWENDLING NICOLAS <nicolas.wendling2@etu.unistra.fr>2021-01-26 17:07:04 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 22:31:21 +0200
commitedee520fc8e4c172024fec217eab74baea75eb53 (patch)
tree0f968a4e089fa8e42e495c156c49d24639eec798 /lib/Service
parentca2b8c65667df763dda85021c8bbc7cea073b4b3 (diff)
🎨 Fix function name to sharedCount
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'lib/Service')
-rw-r--r--lib/Service/ItemService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/ItemService.php b/lib/Service/ItemService.php
index 946c1ad30..6bb09e64c 100644
--- a/lib/Service/ItemService.php
+++ b/lib/Service/ItemService.php
@@ -368,7 +368,7 @@ class ItemService extends Service
* @param string $userId the name of the user
* @return int the count
*/
- public function starredShared($userId)
+ public function sharedCount($userId)
{
return $this->itemMapper->sharedCount($userId);
}