aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Controller
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-03-26 15:20:13 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-16 13:56:20 +0200
commit3a645e2d403d2a600b1def52e643a92067f433aa (patch)
treecda3e22d5a0eb341d2f12f64112ba097b7f2a9f7 /apps/files_external/lib/Controller
parent1052feabede4b9054047f60aaa6fe4e04e89c434 (diff)
downloadnextcloud-server-3a645e2d403d2a600b1def52e643a92067f433aa.tar.gz
nextcloud-server-3a645e2d403d2a600b1def52e643a92067f433aa.zip
move files_external to IBootstrap
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_external/lib/Controller')
-rw-r--r--apps/files_external/lib/Controller/ApiController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_external/lib/Controller/ApiController.php b/apps/files_external/lib/Controller/ApiController.php
index 906bd7d0f4b..40539d0bbca 100644
--- a/apps/files_external/lib/Controller/ApiController.php
+++ b/apps/files_external/lib/Controller/ApiController.php
@@ -30,13 +30,11 @@ declare(strict_types=1);
namespace OCA\Files_External\Controller;
use OCA\Files_External\Lib\StorageConfig;
-use OCA\Files_External\MountConfig;
use OCA\Files_External\Service\UserGlobalStoragesService;
use OCA\Files_External\Service\UserStoragesService;
use OCP\AppFramework\Http\DataResponse;
use OCP\AppFramework\OCSController;
use OCP\IRequest;
-use OCP\IUserManager;
use OCP\IUserSession;
class ApiController extends OCSController {