@@ -30,7 +30,6 @@ discard block |
||
| 30 | 30 | use OCP\IUserManager; |
| 31 | 31 | use OCP\Share\IManager; |
| 32 | 32 | use OCP\Share\IProviderFactory; |
| 33 | -use OC\Share20\Exception\BackendError; |
|
| 34 | 33 | use OCP\IConfig; |
| 35 | 34 | use OCP\IL10N; |
| 36 | 35 | use OCP\ILogger; |
@@ -40,7 +39,6 @@ discard block |
||
| 40 | 39 | use OCP\IGroupManager; |
| 41 | 40 | use OCP\Files\File; |
| 42 | 41 | use OCP\Files\Folder; |
| 43 | - |
|
| 44 | 42 | use OCP\Share\Exceptions\ShareNotFound; |
| 45 | 43 | use OCP\Share\Exceptions\GenericShareException; |
| 46 | 44 | |
@@ -30,7 +30,6 @@ |
||
| 30 | 30 | use OCP\SystemTag\TagAlreadyExistsException; |
| 31 | 31 | use OCP\SystemTag\TagNotFoundException; |
| 32 | 32 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
| 33 | -use OCP\IUserManager; |
|
| 34 | 33 | use OCP\IGroupManager; |
| 35 | 34 | use OCP\SystemTag\ISystemTag; |
| 36 | 35 | use OCP\IUser; |