aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/Item.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-06-21 16:24:59 +0200
committerThomas Lange <code@nerdmind.de>2021-06-21 16:24:59 +0200
commit5e1f5a639f1f3d8b064d4254fd3d81239c393cc6 (patch)
tree1174d968200a5cd9850ae6e635221a069d77db5d /core/namespace/Item.php
parent1d921fc04bf73c6ca879f13e9737ad52596748c5 (diff)
downloadblog-5e1f5a639f1f3d8b064d4254fd3d81239c393cc6.tar.gz
blog-5e1f5a639f1f3d8b064d4254fd3d81239c393cc6.tar.xz
blog-5e1f5a639f1f3d8b064d4254fd3d81239c393cc6.zip
Remove getGUID methods from Item classes
Diffstat (limited to 'core/namespace/Item.php')
-rw-r--r--core/namespace/Item.php2
1 files changed, 0 insertions, 2 deletions
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
#===============================================================================