Logging
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-05-31 14:42:43 +00:00
parent 4057581b94
commit 65ac999075
4 changed files with 7 additions and 7 deletions

View File

@ -27,8 +27,6 @@ class CommandBackup extends Command
{
$io = new SymfonyStyle($input, $output);
$io->title('Start backup process');
$io->info('Opening: '.$input->getArgument('config'));
try {
$app = new App($input->getArgument('config'));