Skip to content

Commit dc62373

Browse files
committed
fix runPostUpdates argument missing
1 parent 25c144d commit dc62373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Update/ExecuteCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
185185
$currentMaintenanceMode = true;
186186
}
187187

188-
$this->runPostUpdates();
188+
$this->runPostUpdates($postUpdates);
189189
}
190190

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

0 commit comments

Comments
 (0)