add interface for factories

This commit is contained in:
Simon Vieille 2021-05-12 10:18:18 +02:00
parent 52825e3d62
commit b0990c0adf

View file

@ -0,0 +1,12 @@
<?php
namespace App\Core\Factory;
/**
* interface FactoryInterface.
*
* @author Simon Vieille <simon@deblan.fr>
*/
interface FactoryInterface
{
}