Skip to content

Commit cacdd3f

Browse files
committed
refactor: inject concrete policy authorization service in account service
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 1566784 commit cacdd3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Service/AccountService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
use OCA\Libresign\Helper\FileUploadHelper;
2727
use OCA\Libresign\Helper\ValidateHelper;
2828
use OCA\Libresign\Service\Crl\CrlService;
29-
use OCA\Libresign\Service\Policy\IPolicyAuthorizationService;
29+
use OCA\Libresign\Service\Policy\PolicyAuthorizationService;
3030
use OCA\Libresign\Service\Policy\RequestSignAuthorizationService;
3131
use OCA\Settings\Mailer\NewUserMailHelper;
3232
use OCP\Accounts\IAccountManager;
@@ -75,7 +75,7 @@ public function __construct(
7575
private IURLGenerator $urlGenerator,
7676
private Pkcs12Handler $pkcs12Handler,
7777
private IGroupManager $groupManager,
78-
private IPolicyAuthorizationService $policyAuthorizationService,
78+
private PolicyAuthorizationService $policyAuthorizationService,
7979
private IdDocsService $idDocsService,
8080
private SignerElementsService $signerElementsService,
8181
private UserElementMapper $userElementMapper,

0 commit comments

Comments
 (0)