diff --git a/system/src/Commands/MigrateToCommand.php b/system/src/Commands/MigrateToCommand.php index 98f5d072..6d17a83b 100644 --- a/system/src/Commands/MigrateToCommand.php +++ b/system/src/Commands/MigrateToCommand.php @@ -16,7 +16,7 @@ class MigrateToCommand extends Command $this->setName('migrate:to') ->setDescription('This command migrates to specific version of database') ->addArgument('version', - InputArgument::OPTIONAL, + InputArgument::REQUIRED, 'Version number' ); }