summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/api/share20ocs.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files_sharing/api/share20ocs.php b/apps/files_sharing/api/share20ocs.php
index 788cbe85866..1f27168c705 100644
--- a/apps/files_sharing/api/share20ocs.php
+++ b/apps/files_sharing/api/share20ocs.php
@@ -54,12 +54,12 @@ class Share20OCS {
public function __construct(
\OC\Share20\Manager $shareManager,
- \OCP\IGroupManager $groupManager,
- \OCP\IUserManager $userManager,
- \OCP\IRequest $request,
- \OCP\Files\Folder $userFolder,
- \OCP\IURLGenerator $urlGenerator,
- \OCP\IUser $currentUser
+ IGroupManager $groupManager,
+ IUserManager $userManager,
+ IRequest $request,
+ Folder $userFolder,
+ IURLGenerator $urlGenerator,
+ IUser $currentUser
) {
$this->shareManager = $shareManager;
$this->userManager = $userManager;