Skip to content

Commit

Permalink
ENGCOM-2599: [Forwardport] Using interface instead of model directly #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov authored Jul 30, 2018
2 parents 137fcbf + 748d1b9 commit 550ed64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Theme/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</type>
<type name="Magento\Framework\App\Area">
<arguments>
<argument name="translator" xsi:type="object">Magento\Framework\Translate</argument>
<argument name="translator" xsi:type="object">Magento\Framework\TranslateInterface</argument>
<argument name="design" xsi:type="object">Magento\Theme\Model\Design\Proxy</argument>
</arguments>
</type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<meta name="robots" content="NOINDEX,NOFOLLOW"/>
<css src="jquery/jstree/themes/default/style.css"/>
<css src="css/styles-old.css"/>
<css src="css/styles.css"/>
Expand Down

0 comments on commit 550ed64

Please sign in to comment.