diff --git a/core/Factory/FactoryInterface.php b/core/Factory/FactoryInterface.php new file mode 100644 index 0000000..e31ca9e --- /dev/null +++ b/core/Factory/FactoryInterface.php @@ -0,0 +1,12 @@ + + */ +interface FactoryInterface +{ +}