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 afbb8fd commit dc68f67Copy full SHA for dc68f67
src/Plugin/os2web/DataLookup/DatafordelerBase.php
@@ -43,7 +43,7 @@ public function __construct(
43
public function defaultConfiguration(): array {
44
return [
45
'cert_path_live' => '',
46
- 'cert_passphrase_live' => ''
+ 'cert_passphrase_live' => '',
47
] + parent::defaultConfiguration();
48
}
49
0 commit comments