sync directory changes

This commit is contained in:
Andy Miller
2025-10-17 16:52:17 -06:00
parent eac840a615
commit 48b4f3fd63

View File

@@ -710,10 +710,7 @@ class SafeUpgradeManager
$config = null; $config = null;
} }
$stagingRoot = $config ? $config->get('system.updates.staging_root') : null;
$this->safeUpgrade = new SafeUpgradeService([ $this->safeUpgrade = new SafeUpgradeService([
'staging_root' => $stagingRoot,
'config' => $config, 'config' => $config,
]); ]);