We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb89b7 commit 88935f5Copy full SHA for 88935f5
1 file changed
src/ValueAbstracts/Factories/SignatureKeyPairBagFactory.php
@@ -12,7 +12,7 @@
12
class SignatureKeyPairBagFactory
13
{
14
public function __construct(
15
- protected readonly SignatureKeyPairFactory $signatureKeyPairFactory,
+ protected readonly SignatureKeyPairFactory $signatureKeyPairFactory = new SignatureKeyPairFactory(),
16
) {
17
}
18
0 commit comments