Browse Source
Remove unused use statement
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/20815/head
Morris Jobke
6 years ago
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with
0 additions and
1 deletions
-
lib/private/Share20/DefaultShareProvider.php
|
|
|
@ -44,7 +44,6 @@ use OCP\Files\Folder; |
|
|
|
use OCP\Files\IRootFolder; |
|
|
|
use OCP\Files\Node; |
|
|
|
use OCP\IDBConnection; |
|
|
|
use OCP\IGroup; |
|
|
|
use OCP\IGroupManager; |
|
|
|
use OCP\IL10N; |
|
|
|
use OCP\IURLGenerator; |
|
|
|
|