phpbb\console\command\db\migration_command::finalise_update PHP Method

finalise_update() protected method

protected finalise_update ( )
    protected function finalise_update()
    {
        $this->cache->purge();
        $this->config->increment('assets_version', 1);
    }