Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/console-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ You can customize the command names by defining each command in your plugin::
}

When overriding the ``console()`` hook in your application, remember to
call ``$commands->autoDiscover()`` to add commands from CakePHP, your
call ``$commands->addMany($commands->autoDiscover())`` to add commands from CakePHP, your
application, and plugins.

If you need to rename/remove any attached commands, you can use the
Expand Down