aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/DAV/GroupPrincipalBackend.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/lib/DAV/GroupPrincipalBackend.php')
-rw-r--r--apps/dav/lib/DAV/GroupPrincipalBackend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/DAV/GroupPrincipalBackend.php b/apps/dav/lib/DAV/GroupPrincipalBackend.php
index 7ccc3f02594..887f3b2d7e9 100644
--- a/apps/dav/lib/DAV/GroupPrincipalBackend.php
+++ b/apps/dav/lib/DAV/GroupPrincipalBackend.php
@@ -40,7 +40,7 @@ class GroupPrincipalBackend implements BackendInterface {
IGroupManager $IGroupManager,
IUserSession $userSession,
IShareManager $shareManager,
- IConfig $config
+ IConfig $config,
) {
$this->groupManager = $IGroupManager;
$this->userSession = $userSession;