Skip to content

Commit

Permalink
Merge pull request #17 from minvws/factory2
Browse files Browse the repository at this point in the history
removed interface locator
  • Loading branch information
jaytaph authored Sep 30, 2022
2 parents a657155 + c8c83d5 commit ced7f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static function createSignatureCryptoService(
$certificateKeyPath,
$certificateKeyPass,
$certificateChain,
app(TempFileInterface::class),
new TempFileService(),
];

if (function_exists('openssl_cms_sign') && !$forceProcessSpawn) {
Expand Down

0 comments on commit ced7f57

Please sign in to comment.