Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
removed todo marker in favour of a ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Feb 24, 2020
1 parent 7145f85 commit eeb525e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/StageHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit eeb525e

Please sign in to comment.