infinito/application/src/Entity/NameSourceInterface.php

15 lines
187 B
PHP
Raw Normal View History

2018-09-14 14:12:43 +02:00
<?php
namespace App\Entity;
use App\Entity\Attribut\NameAttributInterface;
/**
*
* @author kevinfrantz
*
*/
interface NameSourceInterface extends NameAttributInterface
{
}