Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / inc / main / classes / database / migration / format_upgrade / class_BaseFormatUpgrade.php
index ebeff25cf9c6f16ff5d0941de45f282aa0ab7031..d4b105c38f7d22622a8ffbaf5043a837df920b6d 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 BaseFormatUpgrade extends BaseDatabaseMigration implements MigrateableDatabase {
+abstract class BaseFormatUpgrade extends BaseDatabaseMigration implements MigrateableDatabase {
        /**
         * Protected constructor
         *
@@ -31,7 +31,5 @@ class BaseFormatUpgrade extends BaseDatabaseMigration implements MigrateableData
                // Call parent constructor
                parent::__construct($class);
        }
-}
 
-// [EOF]
-?>
+}