Skip to content

Commit

Permalink
MAGETWO-66555: Changed constructor to use interface instead of direct…
Browse files Browse the repository at this point in the history
… classname #6775
  • Loading branch information
Oleksii Korshenko authored Mar 22, 2017
2 parents 1408b4b + b847a19 commit f0c52df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/Magento/Framework/App/FrontController.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class FrontController implements FrontControllerInterface
* @param \Magento\Framework\App\Response\Http $response
*/
public function __construct(
RouterList $routerList,
RouterListInterface $routerList,
\Magento\Framework\App\Response\Http $response
) {
$this->_routerList = $routerList;
Expand Down

0 comments on commit f0c52df

Please sign in to comment.