@@ -59,7 +59,6 @@ |
||
59 | 59 | use OCP\Authentication\Exceptions\AccountCheckException; |
60 | 60 | use OCP\Files\NoReadAccessException; |
61 | 61 | use OCP\IConfig; |
62 | -use OCP\IGroupManager; |
|
63 | 62 | use OCP\IUser; |
64 | 63 | |
65 | 64 | class OC_Util { |
@@ -81,6 +81,9 @@ |
||
81 | 81 | $this->logger = $logger; |
82 | 82 | } |
83 | 83 | |
84 | + /** |
|
85 | + * @param integer|null $remoteId |
|
86 | + */ |
|
84 | 87 | public function createShare($shareWith, |
85 | 88 | $remote, |
86 | 89 | $remoteId, |