]> git.mxchange.org Git - core.git/blobdiff - inc/main/third_party/api/wernisportal/class_WernisApi.php
Continued:
[core.git] / inc / main / third_party / api / wernisportal / class_WernisApi.php
index 65bf03726ee8e638c9791555151259d3aa897b7f..c64fba3e7b7260a405c5c5d99187a2cc144f61aa 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Wds66\Api;
+
+// Import framework stuff
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * Class for connecting to the Wernis-Portal at http://www.wds66.com
  *
@@ -418,7 +424,5 @@ class WernisApi extends BaseFrameworkSystem {
                // Return response
                return $response;
        }
-}
 
-// [EOF]
-?>
+}