diff options
Diffstat (limited to 'core/namespace/ItemFactory.php')
-rw-r--r-- | core/namespace/ItemFactory.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |