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 c4b80b0 commit 55ecef8Copy full SHA for 55ecef8
components/console.rst
@@ -48,11 +48,6 @@ Then, you can register the commands using
48
// ...
49
$application->addCommand(new GenerateAdminCommand());
50
51
-.. versionadded:: 7.4
52
-
53
- The ``addCommand()`` method was introduced in Symfony 7.4. In earlier
54
- versions, you had to use the ``add()`` method of the same class.
55
56
You can also register inline commands and define their behavior thanks to the
57
``Command::setCode()`` method::
58
0 commit comments