From 90938c786935c878ad946a40d9b2e6436fcccc37 Mon Sep 17 00:00:00 2001
From: Thomas Lange <code@nerdmind.de>
Date: Sat, 29 Apr 2017 18:20:40 +0200
Subject: ItemFactory does not need to implement FactoryInterface because it is
 already implemented in the parent Factory class.

---
 core/namespace/ItemFactory.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'core')

diff --git a/core/namespace/ItemFactory.php b/core/namespace/ItemFactory.php
index 94b85ad..dec136f 100644
--- a/core/namespace/ItemFactory.php
+++ b/core/namespace/ItemFactory.php
@@ -1,5 +1,5 @@
 <?php
-abstract class ItemFactory extends Factory implements FactoryInterface {
+abstract class ItemFactory extends Factory {
 
 	#===========================================================================
 	# Build instance by ID
-- 
cgit v1.2.3