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

13 lines
152 B
PHP
Raw Normal View History

2021-05-12 12:04:03 +02:00
<?php
namespace App\Core\Factory;
/**
* interface FactoryInterface.
*
* @author Simon Vieille <simon@deblan.fr>
*/
interface FactoryInterface
{
}