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

@@ -15,7 +15,7 @@ use App\Entity\Source\Primitive\Name\FirstNameSourceInterface;
* @ORM\Table(name="source_combination_fullpersonname")
* @ORM\Entity()
*/
class FullPersonNameSource extends AbstractCombinationSource implements FullPersonNameSourceInterface
class FullPersonNameSource extends AbstractComplexSource implements FullPersonNameSourceInterface
{
use FirstNameSourceAttribut,SurnameSourceAttribut;