From db3e19a76a2335c9cf88fb08441b35e0cc3648fc Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 21 Jun 2021 02:08:59 +0200 Subject: Remove getURL methods from Item classes --- core/namespace/Item.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core/namespace/Item.php') 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(); #=============================================================================== -- cgit v1.2.3