]> git.mxchange.org Git - core.git/blobdiff - framework/config-global.php
Refacuring / possible WIP:
[core.git] / framework / config-global.php
index d22cbf83af67ae82c57d22b915b90414223656c5..90548cb884b36f18cd75b35321f9ed8fd94b3b32 100644 (file)
@@ -386,7 +386,7 @@ $cfg->setConfigEntry('file_stack_pre_allocate_enabled', 'Y');
 $cfg->setConfigEntry('file_stack_pre_allocate_count', 10000);
 
 // CFG: INDEX-INDEX-CLASS
-$cfg->setConfigEntry('file_stack_index_class', 'Org\Mxchange\CoreFramework\Index\Stack\FileStackIndex');
+$cfg->setConfigEntry('file_stack_index_class', 'Org\Mxchange\CoreFramework\Index\File\Stack\FileStackIndex');
 
 // CFG: INDEX-PRE-ALLOCATE-ENABLED
 $cfg->setConfigEntry('index_pre_allocate_enabled', 'Y');