Skip to content

Commit 48483c3

Browse files
lfalsbackportbot-libresign[bot]
authored andcommitted
chore(account-service): reorder user config import
Signed-off-by: Luis Amorim <luisfelipeamorim@hotmail.com>
1 parent e421c56 commit 48483c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Service/AccountService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
use OCA\Libresign\Helper\FileUploadHelper;
2626
use OCA\Libresign\Helper\ValidateHelper;
2727
use OCA\Settings\Mailer\NewUserMailHelper;
28-
use OCP\Config\IUserConfig;
2928
use OCP\Accounts\IAccountManager;
3029
use OCP\AppFramework\Db\DoesNotExistException;
3130
use OCP\AppFramework\Utility\ITimeFactory;
31+
use OCP\Config\IUserConfig;
3232
use OCP\Files\Config\IMountProviderCollection;
3333
use OCP\Files\File;
3434
use OCP\Files\IMimeTypeDetector;

tests/php/Unit/Service/AccountServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
use OCA\Libresign\Service\SignerElementsService;
3131
use OCA\Libresign\Service\SignFileService;
3232
use OCA\Settings\Mailer\NewUserMailHelper;
33-
use OCP\Config\IUserConfig;
3433
use OCP\Accounts\IAccountManager;
3534
use OCP\AppFramework\Db\DoesNotExistException;
35+
use OCP\Config\IUserConfig;
3636
use OCP\Files\Config\IMountProviderCollection;
3737
use OCP\Files\File;
3838
use OCP\Files\Folder;

0 commit comments

Comments
 (0)