Skip to content

Commit c5c1d85

Browse files
author
Stanislav Idolov
authored
ENGCOM-2532: Using interface instead of model directly #17124
2 parents 68ab034 + ce658f0 commit c5c1d85

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Theme/etc

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</type>
7070
<type name="Magento\Framework\App\Area">
7171
<arguments>
72-
<argument name="translator" xsi:type="object">Magento\Framework\Translate</argument>
72+
<argument name="translator" xsi:type="object">Magento\Framework\TranslateInterface</argument>
7373
<argument name="design" xsi:type="object">Magento\Theme\Model\Design\Proxy</argument>
7474
</arguments>
7575
</type>

0 commit comments

Comments
 (0)