]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix: cs fix for namespace backport/48373/stable29 48750/head
authoryemkareems <yemkareems@gmail.com>
Thu, 17 Oct 2024 07:46:20 +0000 (13:16 +0530)
committerLouis <louis@chmn.me>
Thu, 24 Oct 2024 13:51:33 +0000 (15:51 +0200)
Signed-off-by: yemkareems <yemkareems@gmail.com>
apps/files_external/lib/Controller/UserStoragesController.php

index f9e4ce648d481b10fcc4859790fbc8509933d131..b788264d9607d4a42f6560d183f3b314eeaa264d 100644 (file)
@@ -34,6 +34,8 @@ use OCA\Files_External\Lib\StorageConfig;
 use OCA\Files_External\NotFoundException;
 use OCA\Files_External\Service\UserStoragesService;
 use OCP\AppFramework\Http;
+use OCP\AppFramework\Http\Attribute\NoAdminRequired;
+use OCP\AppFramework\Http\Attribute\PasswordConfirmationRequired;
 use OCP\AppFramework\Http\DataResponse;
 use OCP\IConfig;
 use OCP\IGroupManager;
@@ -41,8 +43,6 @@ use OCP\IL10N;
 use OCP\IRequest;
 use OCP\IUserSession;
 use Psr\Log\LoggerInterface;
-use OCP\AppFramework\Http\Attribute\NoAdminRequired;
-use OCP\AppFramework\Http\Attribute\PasswordConfirmationRequired;
 
 /**
  * User storages controller