From 5e1f5a639f1f3d8b064d4254fd3d81239c393cc6 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 21 Jun 2021 16:24:59 +0200 Subject: Remove getGUID methods from Item classes --- core/namespace/Item.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/namespace/Item.php') diff --git a/core/namespace/Item.php b/core/namespace/Item.php index 96f2355..0cd504b 100644 --- a/core/namespace/Item.php +++ b/core/namespace/Item.php @@ -4,8 +4,6 @@ abstract class Item implements ItemInterface { protected $Attribute = NULL; protected $Reflection = NULL; - abstract public function getGUID(); - #=============================================================================== # Abstract item constructor #=============================================================================== -- cgit v1.2.3