diff --git a/Helper/StageHelper.php b/Helper/StageHelper.php index b4c9132..9bb6b68 100644 --- a/Helper/StageHelper.php +++ b/Helper/StageHelper.php @@ -105,7 +105,7 @@ public function executeStage(string $stageName): bool $currentVersion = $this->parameterHelper->getYamlHelper()->getParameter(ZikulaKernel::CORE_INSTALLED_VERSION_PARAM); switch ($stageName) { case 'bundles': - return $this->createBundles(); // @todo this stage may no longer be necessary since all core is hard-coded & loaded in kernel + return $this->createBundles(); case 'install_event': return $this->fireEvent(CoreEvents::CORE_INSTALL_PRE_MODULE); case 'extensions':