]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/database/migration/format_upgrade/class_BaseFormatUpgrade.php
Continued:
[core.git] / framework / main / classes / database / migration / format_upgrade / class_BaseFormatUpgrade.php
index d4b105c38f7d22622a8ffbaf5043a837df920b6d..60c242db0e752b72cd0081625c964a2d4f03fb64 100644 (file)
@@ -1,4 +1,11 @@
 <?php
 <?php
+// Own namespace
+namespace Org\Mxchange\CoreFramework\Upgrade\Format;
+
+// Import framework stuff
+use Org\Mxchange\CoreFramework\Migration\Database\BaseDatabaseMigration;
+use Org\Mxchange\CoreFramework\Migration\Database\MigrateableDatabase;
+
 /**
  * A general format upgrade class
  *
 /**
  * A general format upgrade class
  *