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

@@ -10,7 +10,7 @@ use Doctrine\ORM\Mapping as ORM;
* @ORM\Table(name="source_combination_person_identity")
* @ORM\Entity()
*/
class PersonIdentitySource extends AbstractCombinationSource implements PersonIdentitySourceInterface
class PersonIdentitySource extends AbstractComplexSource implements PersonIdentitySourceInterface
{
use FullPersonNameSourceAttribut;