Skip to content

Commit b847a19

Browse files
committed
MAGETWO-66555: Changed constructor to use interface instead of direct classname #6775
- Merge Pull Request #6775 from dverkade/magento2:patch-5
2 parents 2b24aa3 + 46deb64 commit b847a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class FrontController implements FrontControllerInterface
2424
* @param \Magento\Framework\App\Response\Http $response
2525
*/
2626
public function __construct(
27-
RouterList $routerList,
27+
RouterListInterface $routerList,
2828
\Magento\Framework\App\Response\Http $response
2929
) {
3030
$this->_routerList = $routerList;

0 commit comments

Comments
 (0)