mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-29 10:49:22 +02:00
Version is required
This commit is contained in:
parent
71ec14c81b
commit
b6e0184386
@ -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'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user