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 a53ae2c + 12a0c75 commit b60fad6Copy full SHA for b60fad6
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