We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af2d1d commit fef7f77Copy full SHA for fef7f77
1 file changed
lib/Service/Policy/Provider/PolicyProviders.php
@@ -8,6 +8,7 @@
8
9
namespace OCA\Libresign\Service\Policy\Provider;
10
11
+use OCA\Libresign\Service\Policy\Provider\CollectMetadata\CollectMetadataPolicy;
12
use OCA\Libresign\Service\Policy\Provider\DocMdp\DocMdpPolicy;
13
use OCA\Libresign\Service\Policy\Provider\Footer\FooterPolicy;
14
use OCA\Libresign\Service\Policy\Provider\IdentificationDocuments\IdentificationDocumentsPolicy;
@@ -17,6 +18,7 @@
17
18
final class PolicyProviders {
19
/** @var array<string, class-string> */
20
public const BY_KEY = [
21
+ CollectMetadataPolicy::KEY => CollectMetadataPolicy::class,
22
FooterPolicy::KEY => FooterPolicy::class,
23
DocMdpPolicy::KEY => DocMdpPolicy::class,
24
RequestSignGroupsPolicy::KEY => RequestSignGroupsPolicy::class,
0 commit comments