infinito/application/src/Entity/RightInterface.php

13 lines
104 B
PHP
Raw Normal View History

2018-09-13 14:39:03 +02:00
<?php
namespace App\Entity;
/**
*
* @author kevinfrantz
*
*/
interface RightInterface
{
}