|
|
@@ -66,6 +66,9 @@ class AddressPostal
|
|
|
#[ORM\OneToOne(mappedBy: 'addressPostal')]
|
|
|
private OrganizationAddressPostal $organizationAddressPostal;
|
|
|
|
|
|
+ #[ORM\OneToOne(mappedBy: 'addressPostal')]
|
|
|
+ private PersonAddressPostal $personAddressPostal;
|
|
|
+
|
|
|
public function getId(): ?int
|
|
|
{
|
|
|
return $this->id;
|