Skip to content

Commit

Permalink
fix runPostUpdates argument missing
Browse files Browse the repository at this point in the history
  • Loading branch information
lalop committed Feb 20, 2019
1 parent de0015f commit 94cb713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Update/ExecuteCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$currentMaintenanceMode = true;
}

$this->runPostUpdates();
$this->runPostUpdates($postUpdates);
}

$this->chainQueue->addCommand('update:entities');
Expand Down

0 comments on commit 94cb713

Please sign in to comment.