9 lines
172 B
PHP
Raw Normal View History

2018-11-10 17:25:48 +01:00
<?php
namespace App\Entity\Source\Data;
use App\Entity\Attribut\NameAttributInterface;
interface IdentityInterface extends DataSourceInterface, NameAttributInterface
{
}