Add missing 'abstract'
authorMatthias Schmidt <gravatronics@live.com>
Mon, 15 Jun 2015 18:06:34 +0000 (20:06 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 15 Jun 2015 18:06:34 +0000 (20:06 +0200)
wcfsetup/install/files/lib/system/bulk/processing/AbstractBulkProcessableObjectType.class.php

index 218f56d3408d508e18ec803fd599663a3c49adbc..98de6f6c8edf4f5ffdf247c48553d728b25d30b3 100644 (file)
@@ -13,7 +13,7 @@ use wcf\system\WCF;
  * @subpackage system.bulk.processing
  * @category   Community Framework
  */
-class AbstractBulkProcessableObjectType extends AbstractObjectTypeProcessor implements IBulkProcessableObjectType {
+abstract class AbstractBulkProcessableObjectType extends AbstractObjectTypeProcessor implements IBulkProcessableObjectType {
        /**
         * name of the object type definition for the bulk actions
         * @var string