phpbb\console\command\db\revert::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('db:revert')->setDescription($this->language->lang('CLI_DESCRIPTION_DB_REVERT'))->addArgument('name', InputArgument::REQUIRED, $this->language->lang('CLI_MIGRATION_NAME'));
    }