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.
2 parents 4615871 + 40f1f96 commit 7eed70fCopy full SHA for 7eed70f
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