]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/database/frontend/class_PaymentsDatabaseWrapper.php
Continued:
[core.git] / inc / main / classes / database / frontend / class_PaymentsDatabaseWrapper.php
index 2badf38208da6b5e8d94156797b3408618882571..8e10e956282d80a8a519da6eef1bbccf543eb6e7 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Database\Wrapper;
+
 /**
  * A database wrapper for payments
  *
@@ -54,7 +57,5 @@ class PaymentsDatabaseWrapper extends BaseDatabaseWrapper implements Registerabl
                // Return the instance
                return $wrapperInstance;
        }
-}
 
-// [EOF]
-?>
+}