Skip to content

Commit a804a3c

Browse files
committed
Implemeted MAGETWO-81170: Missing $debugHintsPath when sending email via command
- GitHub public URL #10440
1 parent fbb7fad commit a804a3c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,10 @@
237237
</argument>
238238
</arguments>
239239
</type>
240+
241+
<type name="Magento\Developer\Model\TemplateEngine\Plugin\DebugHints">
242+
<arguments>
243+
<argument name="debugHintsPath" xsi:type="string">dev/debug/template_hints_storefront</argument>
244+
</arguments>
245+
</type>
240246
</config>

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,4 @@
99
<type name="Magento\Framework\View\TemplateEngineFactory">
1010
<plugin name="debug_hints" type="Magento\Developer\Model\TemplateEngine\Plugin\DebugHints" sortOrder="10"/>
1111
</type>
12-
<type name="Magento\Developer\Model\TemplateEngine\Plugin\DebugHints">
13-
<arguments>
14-
<argument name="debugHintsPath" xsi:type="string">dev/debug/template_hints_storefront</argument>
15-
</arguments>
16-
</type>
1712
</config>

0 commit comments

Comments
 (0)