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 fa8a222 commit b738ce6Copy full SHA for b738ce6
app/code/Magento/Backend/Block/Menu.php
@@ -112,7 +112,8 @@ public function __construct(
112
$this->menuItemChecker = $menuItemChecker;
113
$this->anchorRenderer = $anchorRenderer;
114
$this->routeConfig = $routeConfig ?:
115
- \Magento\Framework\App\ObjectManager::getInstance()->get(\Magento\Framework\App\Route\ConfigInterface::class);
+ \Magento\Framework\App\ObjectManager::getInstance()
116
+ ->get(\Magento\Framework\App\Route\ConfigInterface::class);
117
parent::__construct($context, $data);
118
}
119
0 commit comments