Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #326 from DivanteLtd/bugfix/fix-reset-command-name
Browse files Browse the repository at this point in the history
vsbridge:reset - change command name in di.xml
  • Loading branch information
afirlejczyk authored Jul 31, 2020
2 parents eb4668b + 1577dde commit 3658db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module-vsbridge-indexer-core/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<argument name="commands" xsi:type="array">
<item name="index_single_entity" xsi:type="object">Divante\VsbridgeIndexerCore\Console\Command\SingleEntityIndexCommand</item>
<item name="rebuild" xsi:type="object">Divante\VsbridgeIndexerCore\Console\Command\RebuildEsIndexCommand</item>
<item name="reset" xsi:type="object">Divante\VsbridgeIndexerCore\Console\Command\ResetEsIndexCommand</item>
<item name="vsbridge_reset" xsi:type="object">Divante\VsbridgeIndexerCore\Console\Command\ResetEsIndexCommand</item>
</argument>
</arguments>
</type>
Expand Down

0 comments on commit 3658db3

Please sign in to comment.