]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/filter/bootstrap/cruncher/class_CruncherBootstrap
Basic (non-functional) classes added for a chat console (ever want to 'chat' or ...
[hub.git] / application / hub / main / filter / bootstrap / cruncher / class_CruncherBootstrap
index 8f77e8ab7ae0e77c6dc12b7aee21278ae888a21c..e3ef66e849274f4fe28c0c6ebce68c4c3007da00 100644 (file)
@@ -54,8 +54,8 @@ class CruncherBootstrap???Filter extends BaseFilter implements Filterable {
         * @todo        0% done
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
-               // Get node instance
-               $nodeInstance = Registry::getRegistry()->getInstance('node');
+               // Get cruncher instance
+               $cruncherInstance = Registry::getRegistry()->getInstance('cruncher');
 
                // Now do something
                $this->partialStub('Please implement this step.');