diff --git a/application/src/Entity/Attribut/FullPersonNameSourceAttribut.php b/application/src/Entity/Attribut/FullPersonNameSourceAttribut.php index 5a8aff6..8b36a83 100644 --- a/application/src/Entity/Attribut/FullPersonNameSourceAttribut.php +++ b/application/src/Entity/Attribut/FullPersonNameSourceAttribut.php @@ -2,7 +2,7 @@ namespace App\Entity\Attribut; -use App\Entity\Source\Combination\FullPersonNameSourceInterface; +use App\Entity\Source\Complex\FullPersonNameSourceInterface; trait FullPersonNameSourceAttribut { diff --git a/application/src/Entity/Attribut/FullPersonNameSourceAttributInterface.php b/application/src/Entity/Attribut/FullPersonNameSourceAttributInterface.php index 74f9675..3cd1876 100644 --- a/application/src/Entity/Attribut/FullPersonNameSourceAttributInterface.php +++ b/application/src/Entity/Attribut/FullPersonNameSourceAttributInterface.php @@ -2,7 +2,7 @@ namespace App\Entity\Attribut; -use App\Entity\Source\Combination\FullPersonNameSourceInterface; +use App\Entity\Source\Complex\FullPersonNameSourceInterface; interface FullPersonNameSourceAttributInterface { diff --git a/application/src/Entity/Attribut/PersonIdentitySourceAttribut.php b/application/src/Entity/Attribut/PersonIdentitySourceAttribut.php index 5345e25..74ae883 100644 --- a/application/src/Entity/Attribut/PersonIdentitySourceAttribut.php +++ b/application/src/Entity/Attribut/PersonIdentitySourceAttribut.php @@ -2,7 +2,7 @@ namespace App\Entity\Attribut; -use App\Entity\Source\Combination\PersonIdentitySourceInterface; +use App\Entity\Source\Complex\PersonIdentitySourceInterface; trait PersonIdentitySourceAttribut { diff --git a/application/src/Entity/Attribut/PersonIdentitySourceAttributInterface.php b/application/src/Entity/Attribut/PersonIdentitySourceAttributInterface.php index a759331..9538de0 100644 --- a/application/src/Entity/Attribut/PersonIdentitySourceAttributInterface.php +++ b/application/src/Entity/Attribut/PersonIdentitySourceAttributInterface.php @@ -2,7 +2,7 @@ namespace App\Entity\Attribut; -use App\Entity\Source\Combination\PersonIdentitySourceInterface; +use App\Entity\Source\Complex\PersonIdentitySourceInterface; interface PersonIdentitySourceAttributInterface { diff --git a/application/src/Entity/Source/Combination/AbstractCombinationSource.php b/application/src/Entity/Source/Complex/AbstractCombinationSource.php similarity index 93% rename from application/src/Entity/Source/Combination/AbstractCombinationSource.php rename to application/src/Entity/Source/Complex/AbstractCombinationSource.php index 0357cec..4fd076b 100644 --- a/application/src/Entity/Source/Combination/AbstractCombinationSource.php +++ b/application/src/Entity/Source/Complex/AbstractCombinationSource.php @@ -1,6 +1,6 @@