Version is required

This commit is contained in:
slawkens 2024-11-08 11:37:50 +01:00
parent 71ec14c81b
commit b6e0184386

View File

@ -16,7 +16,7 @@ class MigrateToCommand extends Command
$this->setName('migrate:to') $this->setName('migrate:to')
->setDescription('This command migrates to specific version of database') ->setDescription('This command migrates to specific version of database')
->addArgument('version', ->addArgument('version',
InputArgument::OPTIONAL, InputArgument::REQUIRED,
'Version number' 'Version number'
); );
} }