Skip to content

Commit 3b65756

Browse files
committed
Merge commit 'refs/pull/1214/head' of https://github.com/magento/magento2 into MAGETWO-36894-avoid-following
2 parents b0c7944 + b8bdd77 commit 3b65756

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Console

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Console/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For example we can introduce new command in module using di.xml:
88
<type name="Magento\Framework\Console\CommandList">
99
<arguments>
1010
<argument name="commands" xsi:type="array">
11-
<item name="test_me" xsi:type="string">Magento\MyModule\Console\TestMeCommand</item>
11+
<item name="test_me" xsi:type="object">Magento\MyModule\Console\TestMeCommand</item>
1212
</argument>
1313
</arguments>
1414
</type>

0 commit comments

Comments
 (0)