mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-22 12:42:23 +02:00
10 lines
226 B
PHP
10 lines
226 B
PHP
<?php
|
|
|
|
namespace Infinito\Entity\Source\Complex;
|
|
|
|
use Infinito\Attribut\FullPersonNameSourceAttributInterface;
|
|
|
|
interface PersonIdentitySourceInterface extends ComplexSourceInterface, FullPersonNameSourceAttributInterface
|
|
{
|
|
}
|