We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191198a commit b3d0b45Copy full SHA for b3d0b45
ObjectManager/BootstrapPool.php
@@ -47,8 +47,8 @@ private function createBootstrap(string $areaCode): AppBootstrap
47
{
48
$bootstrap = AppBootstrap::create(BP, $_SERVER, $this->factory);
49
$globalObjectManager = $bootstrap->getObjectManager();
50
- $globalObjectManager->configure($globalObjectManager->get(ConfigLoaderInterface::class)->load($areaCode));
51
$globalObjectManager->get(State::class)->setAreaCode($areaCode);
+ $globalObjectManager->configure($globalObjectManager->get(ConfigLoaderInterface::class)->load($areaCode));
52
53
return $bootstrap;
54
}
0 commit comments