Procházet zdrojové kódy

fix missing relation

Vincent GUFFON před 4 roky
rodič
revize
4e1bf6d153
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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;