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.
2 parents b7d7618 + 4f2da92 commit 57b93c9Copy full SHA for 57b93c9
lib/internal/Magento/Framework/App/RouterList.php
@@ -29,7 +29,6 @@ class RouterList implements RouterListInterface
29
public function __construct(\Magento\Framework\ObjectManagerInterface $objectManager, array $routerList)
30
{
31
$this->objectManager = $objectManager;
32
- $this->routerList = $routerList;
33
$this->routerList = array_filter(
34
$routerList,
35
function ($item) {
0 commit comments