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

@@ -12,7 +12,7 @@ use App\Entity\Attribut\PersonIdentitySourceAttribut;
* @ORM\Table(name="source_data_user")
* @ORM\Entity(repositoryClass="App\Repository\UserSourceRepository")
*/
class UserSource extends AbstractCombinationSource implements UserSourceInterface
class UserSource extends AbstractComplexSource implements UserSourceInterface
{
use UserAttribut,PersonIdentitySourceAttribut;