Changed combination to complex

This commit is contained in:
Kevin Frantz
2018-11-21 17:55:48 +01:00
parent 706a439b52
commit 999d17ad28
19 changed files with 29 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Source\Combination;
namespace App\Entity\Source\Complex;
use App\Entity\Source\AbstractSource;
use Doctrine\ORM\Mapping as ORM;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Source\Combination;
namespace App\Entity\Source\Complex;
use App\Entity\Source\Primitive\DataSourceInterface;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Source\Combination;
namespace App\Entity\Source\Complex;
use App\Entity\Attribut\FirstNameSourceAttribut;
use App\Entity\Attribut\SurnameSourceAttribut;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Source\Combination;
namespace App\Entity\Source\Complex;
use App\Entity\Attribut\FirstNameSourceAttributInterface;
use App\Entity\Attribut\SurnameSourceAttributInterface;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Source\Combination;
namespace App\Entity\Source\Complex;
use App\Entity\Attribut\FullPersonNameSourceAttribut;
use Doctrine\ORM\Mapping as ORM;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Source\Combination;
namespace App\Entity\Source\Complex;
use App\Entity\Attribut\FullPersonNameSourceAttributInterface;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Source\Combination;
namespace App\Entity\Source\Complex;
use Doctrine\ORM\Mapping as ORM;
use App\Entity\Attribut\UserAttribut;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Source\Combination;
namespace App\Entity\Source\Complex;
use App\Entity\Attribut\UserAttributInterface;
use App\Entity\Attribut\PersonIdentitySourceAttributInterface;