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.
2 parents 69e77a2 + e0ab70b commit 5a73261Copy full SHA for 5a73261
1 file changed
lib/Migration/Version13000Date20251031165700.php
@@ -52,8 +52,8 @@ public function __construct(
52
*/
53
#[Override]
54
public function preSchemaChange(IOutput $output, Closure $schemaClosure, array $options): void {
55
- $this->addConfigPathToOpenSsl();
56
$this->convertRootCertOuStringToArray();
+ $this->addConfigPathToOpenSsl();
57
$this->backupCrlDataToDisk();
58
}
59
0 commit comments