mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-12-27 11:36:41 +00:00
Solved unit tests
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Source\Data;
|
||||
namespace App\Entity\Source\Combination;
|
||||
|
||||
use App\Entity\Attribut\FullPersonNameSourceAttributInterface;
|
||||
|
||||
interface PersonIdentitySourceInterface extends DataSourceInterface, FullPersonNameSourceAttributInterface
|
||||
interface PersonIdentitySourceInterface extends CombinationSourceInterface, FullPersonNameSourceAttributInterface
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user