setName('doctrine:schema:drop') ->setDescription('Executes (or dumps) the SQL needed to drop the current database schema'); if ($this->getDefinition()->hasOption('em')) { return; } $this->addOption('em', null, InputOption::VALUE_OPTIONAL, 'The entity manager to use for this command'); } }