Skip to content

Commit

Permalink
Fix issue when ObjectManager broken in adminhtml area with compiled DI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor Kotosz authored Dec 1, 2019
1 parent de4578a commit 7cc5831
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function initApplication(BeforeSuiteTested $event)

$configLoader = $magentoObjectManager->get(ConfigLoaderInterface::class);

$config = [];
$config = $configLoader->load(Area::AREA_GLOBAL);
foreach ($areas as $area) {
$config = array_replace_recursive(
$config,
Expand Down

0 comments on commit 7cc5831

Please sign in to comment.