Continued a bit:
[core.git] / framework / config-global.php
index 5a9edd6c300c5e95754952fc530f750d066cd2b4..ba2385647c662aa6ab6e51c2628af1b62955dc2d 100644 (file)
@@ -462,5 +462,8 @@ $cfg->setConfigEntry('extension_scrypt_loaded', false);
 // CFG: EXTENSION-UUID-LOADED (By default uuid is assumed absent and later tested being there)
 $cfg->setConfigEntry('extension_uuid_loaded', false);
 
+// CFG: REGISTRY-ITERATOR-CLASS
+$cfg->setConfigEntry('registry_iterator_class', 'CoreFramework\Iterator\Registry\RegistryIterator');
+
 // Remove config from this name-space. Don't worry, no configuration is cleared.
 unset($cfg);