From 90938c786935c878ad946a40d9b2e6436fcccc37 Mon Sep 17 00:00:00 2001 From: Thomas Lange 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/namespace/ItemFactory.php') 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 @@