Prechádzať zdrojové kódy

fix missing relation

Vincent GUFFON 4 rokov pred
rodič
commit
4e1bf6d153
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      src/Entity/Core/AddressPostal.php

+ 3 - 0
src/Entity/Core/AddressPostal.php

@@ -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;