Skip to content

Commit

Permalink
Merge pull request #74 from magento-api/MAGETWO-33489_Fix_wrong_dixml…
Browse files Browse the repository at this point in the history
…_in_Developer_module

[API] MAGETWO-33489: Wrong di.xml in Magento_Developer module
  • Loading branch information
Alexander Paliarush committed Feb 3, 2015
2 parents 2aa22d6 + 428a9f7 commit f905eba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/code/Magento/Developer/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,5 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/ObjectManager/etc/config.xsd">
<type name="Magento\Framework\View\TemplateEngineFactory">
<plugin name="debug_hints" type="Magento\Developer\Model\TemplateEngine\Plugin\DebugHints" sortOrder="10"/>
<arguments>
<argument name="engines" xsi:type="array">
<item name="phtml" xsi:type="string">Magento\Framework\View\TemplateEngine\Php</item>
</argument>
</arguments>
</type>
</config>
7 changes: 7 additions & 0 deletions app/code/Magento/Store/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,11 @@
<argument name="scopeType" xsi:type="const">Magento\Framework\Store\ScopeInterface::SCOPE_STORE</argument>
</arguments>
</type>
<type name="Magento\Framework\View\TemplateEngineFactory">
<arguments>
<argument name="engines" xsi:type="array">
<item name="phtml" xsi:type="string">Magento\Framework\View\TemplateEngine\Php</item>
</argument>
</arguments>
</type>
</config>

0 comments on commit f905eba

Please sign in to comment.