Skip to content

Commit 43e8602

Browse files
committed
fix: namespace
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 6bee565 commit 43e8602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/php/Unit/Service/Install/SignSetupServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
use OC\IntegrityCheck\Helpers\FileAccessHelper;
1414
use OCA\Libresign\AppInfo\Application;
1515
use OCA\Libresign\Service\Install\SignSetupService;
16+
use OCA\Libresign\Vendor\phpseclib\Crypt\RSA;
1617
use OCP\App\IAppManager;
1718
use OCP\Files\AppData\IAppDataFactory;
1819
use OCP\IAppConfig;
1920
use OCP\IConfig;
2021
use OCP\ITempManager;
21-
use phpseclib\Crypt\RSA;
2222
use phpseclib\File\X509;
2323
use PHPUnit\Framework\Attributes\DataProvider;
2424
use PHPUnit\Framework\MockObject\MockObject;

0 commit comments

Comments
 (0)