First, they are wrapper classes, second they are for database tables (each
[core.git] / framework / main / classes / database / frontend / class_UserPointsDatabaseWrapper.php
index 665147384f2e233121c03df258163d894677c3a2..4446b637a850101e1344c0c597f49747a3ff3504 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Own namespace
-namespace CoreFramework\Database\Wrapper\Points;
+namespace CoreFramework\Wrapper\Database\Points;
 
 // Import framework stuff
-use CoreFramework\Database\Wrapper\BaseDatabaseWrapper;
+use CoreFramework\Wrapper\Database\BaseDatabaseWrapper;
 use CoreFramework\Factory\ObjectFactory;
 use CoreFramework\Registry\Registerable;