]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/class_
Refacturing to pass a ProtocolHandler instance instead of the direct name. This
[hub.git] / application / hub / main / helper / class_
index d3888ea4559f45494dc3bd58875b1691fcd86a2f..6f0dc6b205120d5aef3e29eb35625c595c203d62 100644 (file)
@@ -78,7 +78,7 @@ class !!!???Helper extends BaseHubSystemHelper implements Helpable!!! {
                $packageInstance = NetworkPackageFactory::createNetworkPackageInstance();
 
                // Next, feed the content in. The network package class is a pipe-through class.
-               $packageInstance->enqueueRawDataFromTemplate($this, NetworkPackage::PROTOCOL_TCP);
+               $packageInstance->enqueueRawDataFromTemplate($this);
        }
 }