Skip to content

Commit 4f2da92

Browse files
author
Oleksii Korshenko
committed
MAGETWO-65775: [GitHub][PR] Removed setting routerlist twice. #6767
- Merge Pull Request #6767 from dverkade/magento2:patch-3
2 parents 65d8a67 + 0b496d6 commit 4f2da92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/App/RouterList.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class RouterList implements RouterListInterface
2929
public function __construct(\Magento\Framework\ObjectManagerInterface $objectManager, array $routerList)
3030
{
3131
$this->objectManager = $objectManager;
32-
$this->routerList = $routerList;
3332
$this->routerList = array_filter(
3433
$routerList,
3534
function ($item) {

0 commit comments

Comments
 (0)