File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626use OCA \Libresign \Helper \FileUploadHelper ;
2727use OCA \Libresign \Helper \ValidateHelper ;
2828use OCA \Libresign \Service \Crl \CrlService ;
29- use OCA \Libresign \Service \Policy \IPolicyAuthorizationService ;
29+ use OCA \Libresign \Service \Policy \PolicyAuthorizationService ;
3030use OCA \Libresign \Service \Policy \RequestSignAuthorizationService ;
3131use OCA \Settings \Mailer \NewUserMailHelper ;
3232use 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 ,
You can’t perform that action at this time.
0 commit comments