Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / classes / decorator / class_BaseDecorator.php
index 7dd7564d5ac73eacd85ab16b76b93d0d26eef49a..5ab0019cfeb84fee3d0d4441b5bd29fae286674d 100644 (file)
@@ -27,7 +27,7 @@ use Org\Mxchange\CoreFramework\Object\BaseFrameworkSystem;
  * 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 BaseDecorator extends BaseFrameworkSystem {
+abstract class BaseDecorator extends BaseFrameworkSystem {
        /**
         * Protected constructor
         *