diff --git a/components/console.rst b/components/console.rst index 5a9c4e4a467..5284d06c588 100644 --- a/components/console.rst +++ b/components/console.rst @@ -48,11 +48,6 @@ Then, you can register the commands using // ... $application->addCommand(new GenerateAdminCommand()); -.. versionadded:: 7.4 - - The ``addCommand()`` method was introduced in Symfony 7.4. In earlier - versions, you had to use the ``add()`` method of the same class. - You can also register inline commands and define their behavior thanks to the ``Command::setCode()`` method::