We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fa5311 + 910fcc0 commit e4612ebCopy full SHA for e4612eb
Command/RestoreCommand.php
@@ -58,6 +58,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
58
$input->getArgument('database'),
59
$input->getOption('compression')
60
);
61
+
62
+ return 0;
63
}
64
65
0 commit comments