]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/commands/console/class_HubConsoleCruncherCommand.php
Some methods renamed
[hub.git] / application / hub / main / commands / console / class_HubConsoleCruncherCommand.php
index 6c7d779c894aae94a043d82e75ca4230824ffd6a..71679c920c2373effed48ca16b2b546b52364b2c 100644 (file)
@@ -69,6 +69,12 @@ class HubConsoleCruncherCommand extends BaseCommand implements Commandable {
                $applicationInstance->getControllerInstance()->executeBootstrapFilters($requestInstance, $responseInstance);
                $this->debugOutput('BOOTSTRAP: Bootstrap finished.');
 
+               // Get cruncher instance
+               $cruncherInstance = Registry::getRegistry()->getInstance('cruncher');
+
+               // Add some cruncher-specific filters, e.g. announcement
+               $cruncherInstance->addExtraCruncherFilters();
+
                // Get task handler instance
                $handlerInstance = Registry::getRegistry()->getInstance('task');