mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Changed abstractcombinationsource to abstractcomplexsource
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user