@@ -43,7 +43,6 @@ |
||
| 43 | 43 | |
| 44 | 44 | /** |
| 45 | 45 | * @param \OCP\IConfig $config |
| 46 | - * @param IManager $shareProvider |
|
| 47 | 46 | */ |
| 48 | 47 | public function __construct(IConfig $config, IManager $shareManager) { |
| 49 | 48 | $this->config = $config; |
@@ -22,8 +22,6 @@ |
||
| 22 | 22 | |
| 23 | 23 | namespace OCA\Files_Sharing; |
| 24 | 24 | |
| 25 | -use OC\Files\Filesystem; |
|
| 26 | -use OC\User\NoUserException; |
|
| 27 | 25 | use OCP\Files\Config\IMountProvider; |
| 28 | 26 | use OCP\Files\Storage\IStorageFactory; |
| 29 | 27 | use OCP\IConfig; |