]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/connection/udp/class_UdpConnectionHelper.php
Refacturing to pass a ProtocolHandler instance instead of the direct name. This
[hub.git] / application / hub / main / helper / connection / udp / class_UdpConnectionHelper.php
index 9b238379318d3047546ad60e4c257383be5779a0..944eacc915c421a462a2bee24cf3ae8083e93d71 100644 (file)
@@ -33,7 +33,7 @@ class UdpConnectionHelper extends BaseConnectionHelper implements ConnectionHelp
                parent::__construct(__CLASS__);
 
                // Set protocol
-               $this->setProtocol('udp');
+               $this->setProtocolName('udp');
        }
 
        /**