diff --git a/components/console/console_arguments.rst b/components/console/console_arguments.rst index fa56c141353..894680b684a 100644 --- a/components/console/console_arguments.rst +++ b/components/console/console_arguments.rst @@ -14,6 +14,7 @@ Have a look at the following command that has three options:: use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputArgument; + use Symfony\Component\Console\Input\InputDefinition; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface;