infinito/application/src/Entity/EntityInterface.php
2018-10-03 18:55:33 +02:00

13 lines
105 B
PHP

<?php
namespace App\Entity;
/**
*
* @author kevinfrantz
*
*/
interface EntityInterface
{
}