File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
app/code/Magento/Config/etc Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 12
12
<preference for =" Magento\Framework\App\Config\CommentParserInterface" type =" Magento\Config\Model\Config\Parser\Comment" />
13
13
<preference for =" Magento\Config\Model\Config\Structure\ElementVisibilityInterface" type =" Magento\Config\Model\Config\Structure\ElementVisibilityComposite" />
14
14
<preference for =" Magento\Config\Console\Command\LocaleEmulatorInterface" type =" Magento\Config\Console\Command\LocaleEmulator" />
15
+ <type name =" Magento\Config\Console\Command\ConfigSetCommand" >
16
+ <arguments >
17
+ <argument name =" localeEmulator" xsi : type =" object" >Magento\Config\Console\Command\LocaleEmulatorInterface\Proxy</argument >
18
+ </arguments >
19
+ </type >
20
+ <type name =" Magento\Config\Console\Command\ConfigShowCommand" >
21
+ <arguments >
22
+ <argument name =" localeEmulator" xsi : type =" object" >Magento\Config\Console\Command\LocaleEmulatorInterface\Proxy</argument >
23
+ </arguments >
24
+ </type >
15
25
<type name =" Magento\Config\Model\Config\Structure\ElementVisibilityComposite" >
16
26
<arguments >
17
27
<argument name =" visibility" xsi : type =" array" >
You can’t perform that action at this time.
0 commit comments