throw new InvalidCommandException(array($resolverInstance, $commandName), self::EXCEPTION_INVALID_COMMAND);
}
- // Set the application instance
+ // Set namespace and application instance
+ $resolverInstance->setNamespace('Hub\Command');
$resolverInstance->setApplicationInstance($applicationInstance);
// Return the prepared instance
throw new InvalidCommandException(array($resolverInstance, $commandName), self::EXCEPTION_INVALID_COMMAND);
}
- // Set the application instance
+ // Set namespace and application instance
+ $resolverInstance->setNamespace('Hub\Command');
$resolverInstance->setApplicationInstance($applicationInstance);
// Return the prepared instance
$cfg->setConfigEntry('network_state_resolver_class', 'NetworkStateResolver');
// CFG: NEWS-DOWNLOAD-FILTER
-$cfg->setConfigEntry('news_download_filter', 'NewsDownloadFilter');
+$cfg->setConfigEntry('news_download_filter', 'CoreFramework\Filter\News\NewsDownloadFilter');
// CFG: NEWS-PROCESS-FILTER
-$cfg->setConfigEntry('news_process_filter', 'NewsProcessFilter');
+$cfg->setConfigEntry('news_process_filter', 'CoreFramework\Filter\News\NewsProcessFilter');
// CFG: NODE-PHP-REQUIREMENTS-FILTER
$cfg->setConfigEntry('node_php_requirements_filter', 'NodePhpRequirementsFilter');