Skip to content

Commit 88935f5

Browse files
committed
Autowire service
1 parent aeb89b7 commit 88935f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ValueAbstracts/Factories/SignatureKeyPairBagFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class SignatureKeyPairBagFactory
1313
{
1414
public function __construct(
15-
protected readonly SignatureKeyPairFactory $signatureKeyPairFactory,
15+
protected readonly SignatureKeyPairFactory $signatureKeyPairFactory = new SignatureKeyPairFactory(),
1616
) {
1717
}
1818

0 commit comments

Comments
 (0)