mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Continued the integration of person identity
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Source\Data;
|
||||
|
||||
use App\Entity\Attribut\NameAttributInterface;
|
||||
|
||||
interface PersonIdentitySourceInterface extends DataSourceInterface, NameAttributInterface
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user