]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/connection/class_
Refacturing to pass a ProtocolHandler instance instead of the direct name. This
[hub.git] / application / hub / main / helper / connection / class_
index 10696dc8cfd5cc05ebec8b5fff1fe3597042eca5..a25a662dca7028a810ed5513ca4676794f942cad 100644 (file)
@@ -33,7 +33,7 @@ class ???ConnectionHelper extends BaseConnectionHelper implements ConnectionHelp
                parent::__construct(__CLASS__);
 
                // Set protocol
-               $this->setProtocol('!!!');
+               $this->setProtocolName('!!!');
        }
 
        /**