infinito/application/src/Entity/Source/Combination/PersonIdentitySourceInterface.php

10 lines
185 B
PHP
Raw Normal View History

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