diff options
Diffstat (limited to 'core/namespace/ItemInterface.php')
-rw-r--r-- | core/namespace/ItemInterface.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/namespace/ItemInterface.php b/core/namespace/ItemInterface.php deleted file mode 100644 index efee734..0000000 --- a/core/namespace/ItemInterface.php +++ /dev/null @@ -1,4 +0,0 @@ -<?php -interface ItemInterface { - public function __construct($itemID, \Database $Database); -} |