extra attribute

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2025-10-17 18:23:17 -06:00
parent 92664e9fe9
commit c24c13716b

View File

@@ -714,7 +714,7 @@ class SafeUpgradeManager
'config' => $config,
]);
if (method_exists($this->safeUpgrade, 'setProgressCallback')) {
$this->safeUpgrade->setProgressCallback(function (string $stage, string $message, ?int $percent = null) {
$this->safeUpgrade->setProgressCallback(function (string $stage, string $message, ?int $percent = null, array $extra = []) {
$this->setProgress($stage, $message, $percent);
});
}