diff --git a/src/Command/Update/ExecuteCommand.php b/src/Command/Update/ExecuteCommand.php index fadfb410e..e70e13fbe 100644 --- a/src/Command/Update/ExecuteCommand.php +++ b/src/Command/Update/ExecuteCommand.php @@ -301,6 +301,7 @@ private function runPostUpdates(DrupalStyle $io) $function, $context ); + $this->postUpdateRegistry->registerInvokedUpdates([$function]); } }