Continued:
[core.git] / framework / config.php
index 20e6744b16c99401da93f2dece06308996f5b364..c7265271aec0971491bfc48aeb90ca6f44e49150 100644 (file)
@@ -443,7 +443,7 @@ $cfg->setConfigEntry('task_idle_loop_max_runs', 0);
 $cfg->setConfigEntry('idle_loop_time', 5);
 
 // CFG: SHUTDOWN-TASK-VISITOR-CLASS
-$cfg->setConfigEntry('shutdown_task_visitor_class', 'ShutdownTaskVisitor');
+$cfg->setConfigEntry('shutdown_task_visitor_class', 'CoreFramework\Visitor\Task\Shutdown\ShutdownTaskVisitor');
 
 // CFG: DEFAULT-IMAGE-COMMAND
 $cfg->setConfigEntry('default_image_command', 'build');