Skip to content

Commit ce658f0

Browse files
ENGCOM-2532: Using interface instead of model directly #17124
- Merge Pull Request #17124 from storefront-bvba/magento2:use-interface-instead-of-model-directly - Merged commits: 1. 4a85afd
2 parents 7be2b8c + 4a85afd commit ce658f0

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)