Skip to content

Commit

Permalink
Use proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed Jun 22, 2020
1 parent 3aea9ea commit 0805d00
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@

<type name="Jh\Import\Command\ClearLastImportLogCommand">
<arguments>
<argument name="resourceConnection" xsi:type="object">Magento\Framework\App\ResourceConnectionProxy</argument>
<argument name="resourceConnection" xsi:type="object">Magento\Framework\App\ResourceConnection\Proxy</argument>
</arguments>
</type>
<type name="Jh\Import\Command\ListImportsCommand">
<arguments>
<argument name="cronConfig" xsi:type="object">Magento\Cron\Model\Config\Proxy</argument>
</arguments>
</type>

Expand Down

0 comments on commit 0805d00

Please sign in to comment.