Changed abstractcombinationsource to abstractcomplexsource

This commit is contained in:
Kevin Frantz
2018-11-21 18:08:19 +01:00
parent a8050328aa
commit aaf335ce30
8 changed files with 8 additions and 9 deletions

View File

@@ -4,6 +4,6 @@ namespace App\Entity\Source\Complex;
use App\Entity\Attribut\FullPersonNameSourceAttributInterface;
interface PersonIdentitySourceInterface extends CombinationSourceInterface, FullPersonNameSourceAttributInterface
interface PersonIdentitySourceInterface extends ComplexSourceInterface, FullPersonNameSourceAttributInterface
{
}