]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/client/http/class_HttpClient.php
Continued:
[core.git] / inc / main / classes / client / http / class_HttpClient.php
index 22504c1fe2196ebe0adfbb552c211dd5517bd276..bd06c93f60e1593831d45c4dc59b379722420380 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Client\Http;
+
 /**
  * A HTTP client class
  *
@@ -158,7 +161,5 @@ class HttpClient extends BaseClient implements Client {
                // Return response array
                return $responseArray;
        }
-}
 
-// [EOF]
-?>
+}