Skip to content

Commit

Permalink
Change command item names to avoid collision with core module
Browse files Browse the repository at this point in the history
  • Loading branch information
renatocason committed Apr 26, 2020
1 parent 75d2453 commit b5b54e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<type name="Magento\Framework\Console\CommandListInterface">
<arguments>
<argument name="commands" xsi:type="array">
<item name="brokerListCommand" xsi:type="object">Rcason\Mq\Console\BrokerListCommand</item>
<item name="queueListCommand" xsi:type="object">Rcason\Mq\Console\QueueListCommand</item>
<item name="publishMessageCommand" xsi:type="object">Rcason\Mq\Console\PublishMessageCommand</item>
<item name="startConsumerCommand" xsi:type="object">Rcason\Mq\Console\StartConsumerCommand</item>
<item name="ceMqBrokerListCommand" xsi:type="object">Rcason\Mq\Console\BrokerListCommand</item>
<item name="ceMqQueueListCommand" xsi:type="object">Rcason\Mq\Console\QueueListCommand</item>
<item name="ceMqPublishMessageCommand" xsi:type="object">Rcason\Mq\Console\PublishMessageCommand</item>
<item name="ceMqStartConsumerCommand" xsi:type="object">Rcason\Mq\Console\StartConsumerCommand</item>
</argument>
</arguments>
</type>
Expand Down

0 comments on commit b5b54e8

Please sign in to comment.