Fewer warnings.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2023-07-04 08:19:02 +00:00
parent a070849293
commit 006a5410b5
3 changed files with 8 additions and 8 deletions

View File

@ -30,7 +30,7 @@ class CommandShow extends Command
$sio->title('List backup entities');
try {
$app = new App($input->getArgument('config'));
$app = new App((string)$input->getArgument('config'));
} catch (\Throwable $e) {
$sio->error('Configuration error: ' . $e->getMessage());
return Command::FAILURE;