Skip to content

Commit e4612eb

Browse files
author
Shawn McCool
authored
Merge pull request #69 from mavinbeh/master
fix: BM\BackupManagerBundle\Command\RestoreCommand::execute() must r…
2 parents 0fa5311 + 910fcc0 commit e4612eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Command/RestoreCommand.php

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
5858
$input->getArgument('database'),
5959
$input->getOption('compression')
6060
);
61+
62+
return 0;
6163
}
6264

6365
}

0 commit comments

Comments
 (0)