diff --git a/lib/internal/Magento/Framework/App/RouterList.php b/lib/internal/Magento/Framework/App/RouterList.php index f0e8445f08e45..bbb4fc0c1d0c2 100644 --- a/lib/internal/Magento/Framework/App/RouterList.php +++ b/lib/internal/Magento/Framework/App/RouterList.php @@ -29,7 +29,6 @@ class RouterList implements RouterListInterface public function __construct(\Magento\Framework\ObjectManagerInterface $objectManager, array $routerList) { $this->objectManager = $objectManager; - $this->routerList = $routerList; $this->routerList = array_filter( $routerList, function ($item) {