We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f4e84 commit c536052Copy full SHA for c536052
1 file changed
apps/files_sharing/lib/Controller/ShareInfoController.php
@@ -7,7 +7,6 @@
7
8
namespace OCA\Files_Sharing\Controller;
9
10
-use OCA\Files_External\NotFoundException;
11
use OCA\Files_Sharing\ResponseDefinitions;
12
use OCP\AppFramework\ApiController;
13
use OCP\AppFramework\Http;
@@ -20,6 +19,7 @@
20
19
use OCP\Files\File;
21
use OCP\Files\Folder;
22
use OCP\Files\Node;
+use OCP\Files\NotFoundException;
23
use OCP\IRequest;
24
use OCP\Share\Exceptions\ShareNotFound;
25
use OCP\Share\IManager;
0 commit comments