new Add_Capabilities(), 2 => new Migrate_To_Posts(), 3 => new Reconcile_Downgraded_Posts(), 4 => new Migrate_All_Kits_Post_IDs(), ]; } protected function get_db_version() { return static::DB_VERSION; } protected function get_db_version_option_name(): string { return static::OPTION_NAME; } }