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.
1 parent 57e705e commit 4782ef2Copy full SHA for 4782ef2
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->addMany($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