We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f34f94 commit 91eadc5Copy full SHA for 91eadc5
1 file changed
src/Commands/LoadDump.php
@@ -47,11 +47,11 @@ protected function execute(
47
{
48
$output->writeln('Starting');
49
50
- $index = $input->getArgument('index');
+ $filename = $input->getArgument('filename');
51
$step = (int) $input->getArgument('step');
52
53
$this->restoreIndex->setOutput($output);
54
- $this->restoreIndex->execute($index, $step);
+ $this->restoreIndex->execute($filename, $step);
55
56
$output->writeln('Done');
57
}
0 commit comments