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 d24668c + 0352b87 commit 07a1976Copy full SHA for 07a1976
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