]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/database/class_FrameworkDatabase.php
Introduced namespaces:
[core.git] / inc / main / interfaces / database / class_FrameworkDatabase.php
index c132e892f4ed0a00d34bb962dbc65e53b4a207d1..d982c6edc6657b2624584376aba5a7ce7cf0a771 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Database;
+
+// Load framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * The general interface for all other database interfaces
  *
@@ -22,7 +28,5 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface FrameworkDatabase extends FrameworkInterface {
-}
 
-// [EOF]
-?>
+}