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 1408b4b + b847a19 commit f0c52dfCopy full SHA for f0c52df
lib/internal/Magento/Framework/App/FrontController.php
@@ -24,7 +24,7 @@ class FrontController implements FrontControllerInterface
24
* @param \Magento\Framework\App\Response\Http $response
25
*/
26
public function __construct(
27
- RouterList $routerList,
+ RouterListInterface $routerList,
28
\Magento\Framework\App\Response\Http $response
29
) {
30
$this->_routerList = $routerList;
0 commit comments