@@ -42,14 +42,7 @@ |
||
| 42 | 42 | namespace OC\Share; |
| 43 | 43 | |
| 44 | 44 | use OC\Files\Filesystem; |
| 45 | -use OC\Group\Group; |
|
| 46 | -use OCA\FederatedFileSharing\DiscoveryManager; |
|
| 47 | -use OCP\DB\QueryBuilder\IQueryBuilder; |
|
| 48 | 45 | use OCP\IUser; |
| 49 | -use OCP\IUserSession; |
|
| 50 | -use OCP\IDBConnection; |
|
| 51 | -use OCP\IConfig; |
|
| 52 | -use Symfony\Component\EventDispatcher\GenericEvent; |
|
| 53 | 46 | |
| 54 | 47 | /** |
| 55 | 48 | * This class provides the ability for apps to share their content between users. |