Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / inc / main / classes / database / migration / class_BaseDatabaseMigration.php
index 753a629228ace6899a09e9656b537d3c6583c0c1..2f44c5e00322e4735d96e53ada41eba667c9bb53 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class BaseDatabaseMigration extends BaseFrameworkSystem {
+abstract class BaseDatabaseMigration extends BaseFrameworkSystem {
        /**
         * Protected constructor
         *
@@ -31,7 +31,5 @@ class BaseDatabaseMigration extends BaseFrameworkSystem {
                // Call parent constructor
                parent::__construct($class);
        }
-}
 
-// [EOF]
-?>
+}