File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Backend/App Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ class Router extends \Magento\Framework\App\Router\Base
56
56
* @param \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
57
57
* @param string $routerId
58
58
* @param \Magento\Framework\Code\NameBuilder $nameBuilder
59
+ * @param \Magento\Framework\App\Router\SecureUrlInterface $secureUrl
59
60
* @param \Magento\Framework\App\Config\ScopeConfigInterface $coreConfig
60
61
* @param \Magento\Backend\App\ConfigInterface $backendConfig
61
- * @param \Magento\Framework\App\Router\SecureUrlInterface $secureUrl
62
62
*
63
63
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
64
64
*/
@@ -72,9 +72,9 @@ public function __construct(
72
72
\Magento \Framework \App \Config \ScopeConfigInterface $ scopeConfig ,
73
73
$ routerId ,
74
74
\Magento \Framework \Code \NameBuilder $ nameBuilder ,
75
+ \Magento \Framework \App \Router \SecureUrlInterface $ secureUrl ,
75
76
\Magento \Framework \App \Config \ScopeConfigInterface $ coreConfig ,
76
- \Magento \Backend \App \ConfigInterface $ backendConfig ,
77
- \Magento \Framework \App \Router \SecureUrlInterface $ secureUrl
77
+ \Magento \Backend \App \ConfigInterface $ backendConfig
78
78
) {
79
79
parent ::__construct (
80
80
$ actionList ,
You can’t perform that action at this time.
0 commit comments