deblan.io-murph/core/Factory/FactoryInterface.php

13 lines
152 B
PHP

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