There was an error while loading. Please reload this page.
2 parents b835f3a + d51d58d commit 06d5f58Copy full SHA for 06d5f58
1 file changed
apps/files_sharing/lib/Controller/ShareInfoController.php
@@ -6,7 +6,6 @@
6
*/
7
namespace OCA\Files_Sharing\Controller;
8
9
-use OCA\Files_External\NotFoundException;
10
use OCA\Files_Sharing\ResponseDefinitions;
11
use OCP\AppFramework\ApiController;
12
use OCP\AppFramework\Http;
@@ -19,6 +18,7 @@
19
18
use OCP\Files\File;
20
use OCP\Files\Folder;
21
use OCP\Files\Node;
+use OCP\Files\NotFoundException;
22
use OCP\IRequest;
23
use OCP\Share\Exceptions\ShareNotFound;
24
use OCP\Share\IManager;
0 commit comments