Skip to content

Commit a43fda7

Browse files
committed
MAGE-1218 Add DI proxies
1 parent 666f7a4 commit a43fda7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/di.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,10 @@
185185
</arguments>
186186
</type>
187187

188+
<type name="Algolia\AlgoliaSearch\Console\Command\SynonymDeduplicateCommand">
189+
<arguments>
190+
<argument name="algoliaHelper" xsi:type="object">Algolia\AlgoliaSearch\Helper\AlgoliaHelper\Proxy</argument>
191+
<argument name="indexNameFetcher" xsi:type="object">Algolia\AlgoliaSearch\Service\IndexNameFetcher\Proxy</argument>
192+
</arguments>
193+
</type>
188194
</config>

0 commit comments

Comments
 (0)