File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed
lib/internal/Magento/Framework/App/Router Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 26
26
</argument >
27
27
</arguments >
28
28
</type >
29
- <type name =" Magento\Backend\App\Router" >
30
- <arguments >
31
- <argument name =" routerId" xsi : type =" string" >admin</argument >
32
- </arguments >
33
- </type >
34
29
<type name =" Magento\Backend\Model\Menu\Config" >
35
30
<arguments >
36
31
<argument name =" menuDirector" xsi : type =" object" >Magento\Backend\Model\Menu\Director\Director</argument >
Original file line number Diff line number Diff line change 276
276
<argument name =" cache" xsi : type =" object" >Magento\Framework\App\Cache\Type\Config</argument >
277
277
</arguments >
278
278
</type >
279
- <type name =" Magento\Framework\App\Router\Base" >
280
- <arguments >
281
- <argument name =" routerId" xsi : type =" string" >standard</argument >
282
- </arguments >
283
- </type >
284
279
<type name =" Magento\Framework\Stdlib\DateTime\Timezone" >
285
280
<arguments >
286
281
<argument name =" defaultTimezonePath" xsi : type =" const" >Magento\Directory\Helper\Data::XML_PATH_DEFAULT_TIMEZONE</argument >
Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ class Base implements \Magento\Framework\App\RouterInterface
116
116
* @param \Magento\Framework\App\ResponseFactory $responseFactory
117
117
* @param \Magento\Framework\App\Route\ConfigInterface $routeConfig
118
118
* @param \Magento\Framework\UrlInterface $url
119
- * @param string $routerId
120
119
* @param \Magento\Framework\Code\NameBuilder $nameBuilder
121
120
* @param \Magento\Framework\App\Router\PathConfigInterface $pathConfig
122
121
*
@@ -131,7 +130,6 @@ public function __construct(
131
130
\Magento \Framework \App \ResponseFactory $ responseFactory ,
132
131
\Magento \Framework \App \Route \ConfigInterface $ routeConfig ,
133
132
\Magento \Framework \UrlInterface $ url ,
134
- $ routerId ,
135
133
\Magento \Framework \Code \NameBuilder $ nameBuilder ,
136
134
\Magento \Framework \App \Router \PathConfigInterface $ pathConfig
137
135
) {
You can’t perform that action at this time.
0 commit comments