diff options
Diffstat (limited to 'core/namespace/Item.php')
-rw-r--r-- | core/namespace/Item.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/namespace/Item.php b/core/namespace/Item.php index f674a60..96f2355 100644 --- a/core/namespace/Item.php +++ b/core/namespace/Item.php @@ -4,7 +4,6 @@ abstract class Item implements ItemInterface { protected $Attribute = NULL; protected $Reflection = NULL; - abstract public function getURL(); abstract public function getGUID(); #=============================================================================== |