infinito/application/src/Entity/EntityInterface.php

13 lines
105 B
PHP
Raw Normal View History

2018-10-03 18:55:33 +02:00
<?php
namespace App\Entity;
/**
*
* @author kevinfrantz
*
*/
interface EntityInterface
{
}