]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/client/http/class_HttpClient.php
Rewrite:
[core.git] / framework / main / classes / client / http / class_HttpClient.php
index eecb89555e0c5962e3838855c1cfeb25078734a0..16511c58fcf13b03ca9b7a1d3cd597991acd169d 100644 (file)
@@ -39,7 +39,7 @@ class HttpClient extends BaseClient implements Client {
         *
         * @return      void
         */
-       protected function __construct () {
+       private function __construct () {
                // Set default user agent string (to allow other classes to override this)
                $this->setUserAgent(self::HTTP_USER_AGENT);