We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c70be0 + 4782ef2 commit c7e7fdcCopy full SHA for c7e7fdc
en/console-commands.rst
@@ -117,7 +117,7 @@ You can customize the command names by defining each command in your plugin::
117
}
118
119
When overriding the ``console()`` hook in your application, remember to
120
-call ``$commands->autoDiscover()`` to add commands from CakePHP, your
+call ``$commands->addMany($commands->autoDiscover())`` to add commands from CakePHP, your
121
application, and plugins.
122
123
If you need to rename/remove any attached commands, you can use the
0 commit comments