Skip to content

Commit f905eba

Browse files
author
Alexander Paliarush
committed
Merge pull request #74 from magento-api/MAGETWO-33489_Fix_wrong_dixml_in_Developer_module
[API] MAGETWO-33489: Wrong di.xml in Magento_Developer module
2 parents 2aa22d6 + 428a9f7 commit f905eba

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

app/code/Magento/Developer/etc/di.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,5 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/ObjectManager/etc/config.xsd">
99
<type name="Magento\Framework\View\TemplateEngineFactory">
1010
<plugin name="debug_hints" type="Magento\Developer\Model\TemplateEngine\Plugin\DebugHints" sortOrder="10"/>
11-
<arguments>
12-
<argument name="engines" xsi:type="array">
13-
<item name="phtml" xsi:type="string">Magento\Framework\View\TemplateEngine\Php</item>
14-
</argument>
15-
</arguments>
1611
</type>
1712
</config>

app/code/Magento/Store/etc/di.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,11 @@
155155
<argument name="scopeType" xsi:type="const">Magento\Framework\Store\ScopeInterface::SCOPE_STORE</argument>
156156
</arguments>
157157
</type>
158+
<type name="Magento\Framework\View\TemplateEngineFactory">
159+
<arguments>
160+
<argument name="engines" xsi:type="array">
161+
<item name="phtml" xsi:type="string">Magento\Framework\View\TemplateEngine\Php</item>
162+
</argument>
163+
</arguments>
164+
</type>
158165
</config>

0 commit comments

Comments
 (0)