Skip to content

Commit 7111d68

Browse files
authored
Add proxies to console command dependencies
1 parent 094d1dd commit 7111d68

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

etc/di.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,16 @@
2020
</argument>
2121
</arguments>
2222
</type>
23+
<type name="Baldwin\UrlDataIntegrityChecker\Console\Command\CheckProductUrlPaths">
24+
<arguments>
25+
<argument name="urlPathUpdater" xsi:type="object">Baldwin\UrlDataIntegrityChecker\Updater\Catalog\Product\UrlPath\Proxy</argument>
26+
<argument name="metaStorage" xsi:type="object">Baldwin\UrlDataIntegrityChecker\Storage\Meta\Proxy</argument>
27+
</arguments>
28+
</type>
29+
<type name="Baldwin\UrlDataIntegrityChecker\Console\Command\CheckCategoryUrlPaths">
30+
<arguments>
31+
<argument name="urlPathUpdater" xsi:type="object">Baldwin\UrlDataIntegrityChecker\Updater\Catalog\Category\UrlPath\Proxy</argument>
32+
<argument name="metaStorage" xsi:type="object">Baldwin\UrlDataIntegrityChecker\Storage\Meta\Proxy</argument>
33+
</arguments>
34+
</type>
2335
</config>

0 commit comments

Comments
 (0)