Upgrade
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Build and test / requirements (push) Failing after 1m52s

This commit is contained in:
2023-12-04 09:31:33 +00:00
parent de9270476f
commit e826d9cfa9
2 changed files with 130 additions and 127 deletions

View File

@ -75,7 +75,6 @@ class CommandBackup extends Command
/** @var array{title: string, source: string, destination: string}[] */
$backupElements = $app->getConfig('backup');
/** @var array{title: string, source: string, destination: string} $conf */
foreach ($sioProgressbar->progressIterate($backupElements) as $conf) {
$title = $conf['title'];
$template = array();