infinito/application/src/Entity/Source/NameSourceInterface.php
2018-10-03 16:14:15 +02:00

13 lines
197 B
PHP

<?php
namespace App\Entity\Source;
use App\Entity\Attribut\NameAttributInterface;
/**
* @author kevinfrantz
*/
interface NameSourceInterface extends NameAttributInterface, SourceInterface
{
}